digitalocean 1.0.0.rc.3 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -125,5 +125,5 @@ You first need to request access from [scottmotte](http://github.com/scottmotte)
125
125
 
126
126
  ```
127
127
  gem build digitalocean.gemspec
128
- gem push digitalocean-1.0.0.rc.1.gem
128
+ gem push digitalocean-1.0.0.gem
129
129
  ```
@@ -1,3 +1,3 @@
1
1
  module Digitalocean
2
- VERSION = "1.0.0.rc.3"
2
+ VERSION = "1.0.0"
3
3
  end
@@ -12,7 +12,7 @@ describe Digitalocean do
12
12
  it { subject.api_endpoint.should eq "https://api.digitalocean.com" }
13
13
  it { subject.client_id.should eq "client_id_required" }
14
14
  it { subject.api_key.should eq "api_key_required" }
15
- it { subject::VERSION.should eq "1.0.0.rc.3" }
15
+ it { subject::VERSION.should eq "1.0.0" }
16
16
  end
17
17
 
18
18
  describe "setting values" do
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: digitalocean
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc.3
5
- prerelease: 6
4
+ version: 1.0.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - scottmotte
@@ -168,9 +168,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
168
168
  required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  none: false
170
170
  requirements:
171
- - - ! '>'
171
+ - - ! '>='
172
172
  - !ruby/object:Gem::Version
173
- version: 1.3.1
173
+ version: '0'
174
174
  requirements: []
175
175
  rubyforge_project:
176
176
  rubygems_version: 1.8.23