cloudapp 2.0.0.beta.13 → 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 +1 -1
- data/cloudapp.gemspec +2 -2
- data/lib/cloudapp.rb +1 -1
- metadata +6 -6
data/Gemfile.lock
CHANGED
data/cloudapp.gemspec
CHANGED
|
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
## If your rubyforge_project name is different, then edit it and comment out
|
|
14
14
|
## the sub! line in the Rakefile
|
|
15
15
|
s.name = 'cloudapp'
|
|
16
|
-
s.version = '2.0.0
|
|
17
|
-
s.date = '2013-01-
|
|
16
|
+
s.version = '2.0.0'
|
|
17
|
+
s.date = '2013-01-07'
|
|
18
18
|
s.rubyforge_project = 'cloudapp'
|
|
19
19
|
|
|
20
20
|
## Make sure your summary is short. The description may be as long
|
data/lib/cloudapp.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cloudapp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 2.0.0
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Larry Marburger
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-01-
|
|
12
|
+
date: 2013-01-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: clipboard
|
|
@@ -191,13 +191,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
191
191
|
version: '0'
|
|
192
192
|
segments:
|
|
193
193
|
- 0
|
|
194
|
-
hash:
|
|
194
|
+
hash: 709427020080498495
|
|
195
195
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
196
196
|
none: false
|
|
197
197
|
requirements:
|
|
198
|
-
- - ! '
|
|
198
|
+
- - ! '>='
|
|
199
199
|
- !ruby/object:Gem::Version
|
|
200
|
-
version:
|
|
200
|
+
version: '0'
|
|
201
201
|
requirements: []
|
|
202
202
|
rubyforge_project: cloudapp
|
|
203
203
|
rubygems_version: 1.8.23
|