cloud_connect 0.0.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile.lock +0 -2
- data/HISTORY.md +7 -2
- data/cloud_connect.gemspec +1 -1
- data/lib/cloud_connect/version.rb +1 -1
- metadata +6 -21
data/Gemfile.lock
CHANGED
data/HISTORY.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
+
2.0.0 - December 6, 2011
|
|
2
|
+
------------------------
|
|
3
|
+
* Release current version as 2.0.0 (Synchronise with CloudConnect v2) for reference before "branching" for 3.0.0 (CloudConnect v3),
|
|
4
|
+
to ease integration and documentation.
|
|
5
|
+
|
|
1
6
|
0.0.2 - March 22, 2011
|
|
2
7
|
----------------------
|
|
3
|
-
* [Removed HTTP status debug log](https://github.com/mobile-devices/cloud_connect/commit/1d032259d16b82749fe595bfa0a15f05bb8af65a) (@dohzya[http://twitter.com/#!/dohzya])
|
|
8
|
+
* [Removed HTTP status debug log](https://github.com/mobile-devices/cloud_connect/commit/1d032259d16b82749fe595bfa0a15f05bb8af65a) ([@dohzya][http://twitter.com/#!/dohzya])
|
|
4
9
|
* [Fixed bad links in README](https://github.com/mobile-devices/cloud_connect/commit/326416c0dcc3e444f6bb4cefbd5a63d83f2e5aa0)
|
|
5
10
|
|
|
6
11
|
0.0.1 - February 16, 2011
|
|
@@ -10,7 +15,7 @@
|
|
|
10
15
|
Thanks to the following people for making this possible
|
|
11
16
|
-------------------------------------------------------
|
|
12
17
|
- John Nunemaker ([@jnunemaker](http://twitter.com/#!/jnunemaker))
|
|
13
|
-
for the twitter that inspired this one.
|
|
18
|
+
for the twitter gem that inspired this one.
|
|
14
19
|
- Rick Olson ([@technoweenie](https://github.com/technoweenie))
|
|
15
20
|
for the faraday gem
|
|
16
21
|
- Wynn Netherland ([@pengwynn](http://github.com/pengwynn))
|
data/cloud_connect.gemspec
CHANGED
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
s.add_development_dependency "bundler", ">= 1.0.0"
|
|
23
23
|
s.add_development_dependency "bluecloth", ">= 2.0"
|
|
24
24
|
s.add_development_dependency "rake", "~> 0.8"
|
|
25
|
-
s.add_development_dependency "yard", "~> 0.6"
|
|
25
|
+
#s.add_development_dependency "yard", "~> 0.6"
|
|
26
26
|
s.add_development_dependency "rspec"
|
|
27
27
|
|
|
28
28
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cloud_connect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 15
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
|
+
- 2
|
|
7
8
|
- 0
|
|
8
9
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.0.2
|
|
10
|
+
version: 2.0.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jean-Paul Bonnetouche
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-12-06 00:00:00 +01:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -142,25 +142,10 @@ dependencies:
|
|
|
142
142
|
version: "0.8"
|
|
143
143
|
type: :development
|
|
144
144
|
version_requirements: *id008
|
|
145
|
-
- !ruby/object:Gem::Dependency
|
|
146
|
-
name: yard
|
|
147
|
-
prerelease: false
|
|
148
|
-
requirement: &id009 !ruby/object:Gem::Requirement
|
|
149
|
-
none: false
|
|
150
|
-
requirements:
|
|
151
|
-
- - ~>
|
|
152
|
-
- !ruby/object:Gem::Version
|
|
153
|
-
hash: 7
|
|
154
|
-
segments:
|
|
155
|
-
- 0
|
|
156
|
-
- 6
|
|
157
|
-
version: "0.6"
|
|
158
|
-
type: :development
|
|
159
|
-
version_requirements: *id009
|
|
160
145
|
- !ruby/object:Gem::Dependency
|
|
161
146
|
name: rspec
|
|
162
147
|
prerelease: false
|
|
163
|
-
requirement: &
|
|
148
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
|
164
149
|
none: false
|
|
165
150
|
requirements:
|
|
166
151
|
- - ">="
|
|
@@ -170,7 +155,7 @@ dependencies:
|
|
|
170
155
|
- 0
|
|
171
156
|
version: "0"
|
|
172
157
|
type: :development
|
|
173
|
-
version_requirements: *
|
|
158
|
+
version_requirements: *id009
|
|
174
159
|
description: Ruby Wrapper for the Mobile Devices Cloud Connect API
|
|
175
160
|
email:
|
|
176
161
|
- jean-paul.bonnetouche@mobile-devices.fr
|