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 +1 -1
- data/lib/digitalocean/version.rb +1 -1
- data/spec/digitalocean_spec.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
data/lib/digitalocean/version.rb
CHANGED
data/spec/digitalocean_spec.rb
CHANGED
@@ -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
|
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
|
5
|
-
prerelease:
|
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:
|
173
|
+
version: '0'
|
174
174
|
requirements: []
|
175
175
|
rubyforge_project:
|
176
176
|
rubygems_version: 1.8.23
|