cloudapp 2.0.0.beta.2 → 2.0.0.beta.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -2,13 +2,13 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  cloudapp (2.0.0.beta.2)
5
- leadlight
5
+ leadlight (~> 0.0.7)
6
6
  typhoeus (~> 0.3.3)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
- addressable (2.3.2)
11
+ addressable (2.2.8)
12
12
  crack (0.3.1)
13
13
  diff-lcs (1.1.3)
14
14
  fail-fast (1.0.0)
@@ -17,8 +17,8 @@ GEM
17
17
  fattr (2.2.1)
18
18
  hookr (1.1.1)
19
19
  fail-fast (= 1.0.0)
20
- leadlight (0.0.6)
21
- addressable
20
+ leadlight (0.0.7)
21
+ addressable (~> 2.2.0)
22
22
  faraday (= 0.8.1)
23
23
  fattr
24
24
  hookr
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.beta.2'
17
- s.date = '2012-08-20'
16
+ s.version = '2.0.0.beta.3'
17
+ s.date = '2012-08-21'
18
18
  s.rubyforge_project = 'cloudapp'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
43
43
 
44
44
  ## List your runtime dependencies here. Runtime dependencies are those
45
45
  ## that are needed for an end user to actually USE your code.
46
- s.add_dependency 'leadlight'
46
+ s.add_dependency 'leadlight', '~> 0.0.7'
47
47
  s.add_dependency 'typhoeus', '~> 0.3.3'
48
48
 
49
49
  ## List your development dependencies here. Development dependencies are
data/lib/cloudapp.rb CHANGED
@@ -3,5 +3,5 @@ require 'cloudapp/service'
3
3
  require 'cloudapp/token'
4
4
 
5
5
  module CloudApp
6
- VERSION = '2.0.0.beta.2'
6
+ VERSION = '2.0.0.beta.3'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta.2
4
+ version: 2.0.0.beta.3
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,24 +9,24 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-20 00:00:00.000000000 Z
12
+ date: 2012-08-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: leadlight
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ! '>='
19
+ - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: '0'
21
+ version: 0.0.7
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ! '>='
27
+ - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: '0'
29
+ version: 0.0.7
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: typhoeus
32
32
  requirement: !ruby/object:Gem::Requirement