Skip to content

Commit

Permalink
prepare releasing 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Jan 4, 2015
1 parent cdfe866 commit 01b20d8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

## rest-firebase 1.0.1 -- 2015-01-04

* Ruby 2.2 compatibility

## rest-firebase 1.0.0 -- 2014-12-09

### Enhancement
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ If you're using unicorn, you probably want to put that in the config.

Apache License 2.0

Copyright (c) 2014, Codementor
Copyright (c) 2014-2015, Codementor

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $LOAD_PATH.unshift(File.expand_path("#{dir}/rest-core/lib"))

Gemgem.init(dir) do |s|
s.name = 'rest-firebase'
s.version = '1.0.0'
s.version = '1.0.1'
s.homepage = 'https://github.com/CodementorIO/rest-firebase'

s.authors = ['Codementor', 'Lin Jen-Shin (godfat)']
Expand Down
6 changes: 3 additions & 3 deletions rest-firebase.gemspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# -*- encoding: utf-8 -*-
# stub: rest-firebase 1.0.0 ruby lib
# stub: rest-firebase 1.0.1 ruby lib

Gem::Specification.new do |s|
s.name = "rest-firebase"
s.version = "1.0.0"
s.version = "1.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = [
"Codementor",
"Lin Jen-Shin (godfat)"]
s.date = "2014-12-09"
s.date = "2015-01-04"
s.description = "Ruby Firebase REST API client built on top of [rest-core][].\n\n[rest-core]: https://github.com/godfat/rest-core"
s.email = ["help@codementor.io"]
s.files = [
Expand Down

0 comments on commit 01b20d8

Please sign in to comment.