contextio 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES.md ADDED
@@ -0,0 +1,5 @@
1
+ # Changes
2
+
3
+ ## 1.0.1
4
+
5
+ * Updated homepage link in README distributed with the gem. - Ben Hamill
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Context.IO
2
2
 
3
- * [Homepage](https://github.com/benhamill/contextio#readme)
3
+ * [Homepage](https://github.com/contextio/contextio-ruby#readme)
4
4
  * [API Documentation](http://context.io/docs/2.0/)
5
5
  * [Sign Up](http://context.io)
6
6
 
@@ -1,6 +1,6 @@
1
1
  class ContextIO
2
2
  # @private
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
 
5
5
  # The gem version.
6
6
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contextio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-18 00:00:00.000000000 Z
12
+ date: 2012-12-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: oauth
@@ -166,6 +166,7 @@ files:
166
166
  - .gitignore
167
167
  - .rspec
168
168
  - .yardopts
169
+ - CHANGES.md
169
170
  - ChangeLog.md
170
171
  - Gemfile
171
172
  - LICENSE.md