rubiks 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +3 -0
- data/lib/rubiks/named_object.rb +1 -2
- data/lib/rubiks/version.rb +1 -1
- data/spec/rubiks/cube_spec.rb +1 -1
- metadata +3 -3
data/CHANGELOG.md
CHANGED
data/lib/rubiks/named_object.rb
CHANGED
data/lib/rubiks/version.rb
CHANGED
data/spec/rubiks/cube_spec.rb
CHANGED
@@ -23,7 +23,7 @@ describe ::Rubiks::Cube do
|
|
23
23
|
|
24
24
|
it 'adds calculated measures to the measures array' do
|
25
25
|
subject.json_hash['measures'].length.should eq 1
|
26
|
-
subject.json_hash['measures'].first['name'].should eq '
|
26
|
+
subject.json_hash['measures'].first['name'].should eq 'Profit'
|
27
27
|
end
|
28
28
|
end
|
29
29
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubiks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -165,7 +165,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
165
165
|
version: '0'
|
166
166
|
segments:
|
167
167
|
- 0
|
168
|
-
hash:
|
168
|
+
hash: -3404389561601353712
|
169
169
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
170
170
|
none: false
|
171
171
|
requirements:
|
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
174
|
version: '0'
|
175
175
|
segments:
|
176
176
|
- 0
|
177
|
-
hash:
|
177
|
+
hash: -3404389561601353712
|
178
178
|
requirements: []
|
179
179
|
rubyforge_project:
|
180
180
|
rubygems_version: 1.8.25
|