contextio 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/contextio.rb +2 -0
- metadata +3 -2
data/lib/contextio.rb
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
require 'oauth'
|
2
2
|
require 'net/http'
|
3
3
|
|
4
|
+
warn("WARNING: You're using the contextio gem from the dev_2.0 in an old repository. As of the 18th of June, 2013 this repository may vanish. Please use a released version of the gem (this branch was released as-is as version 0.5.0).")
|
5
|
+
|
4
6
|
module ContextIO
|
5
7
|
VERSION = "2.0"
|
6
8
|
|
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: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -42,8 +42,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
42
42
|
version: '0'
|
43
43
|
requirements: []
|
44
44
|
rubyforge_project:
|
45
|
-
rubygems_version: 1.8.
|
45
|
+
rubygems_version: 1.8.23
|
46
46
|
signing_key:
|
47
47
|
specification_version: 3
|
48
48
|
summary: Provides interface to Context.IO
|
49
49
|
test_files: []
|
50
|
+
has_rdoc:
|