gametel 0.4 → 0.5
Sign up to get free protection for your applications and to get access to all the features.
data/lib/gametel/version.rb
CHANGED
@@ -158,6 +158,7 @@ describe Gametel::Accessors do
|
|
158
158
|
accumulator.should_receive(:id_from_name)
|
159
159
|
accumulator.should_receive(:get_view)
|
160
160
|
accumulator.should_receive(:get_selected_item)
|
161
|
+
accumulator.should_receive(:to_string)
|
161
162
|
result.should_receive(:body).and_return('the text value')
|
162
163
|
screen.spinner_id.should eq('the text value')
|
163
164
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gametel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.5'
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -140,18 +140,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
140
140
|
- - ! '>='
|
141
141
|
- !ruby/object:Gem::Version
|
142
142
|
version: '0'
|
143
|
-
segments:
|
144
|
-
- 0
|
145
|
-
hash: 1166424021051271829
|
146
143
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
147
144
|
none: false
|
148
145
|
requirements:
|
149
146
|
- - ! '>='
|
150
147
|
- !ruby/object:Gem::Version
|
151
148
|
version: '0'
|
152
|
-
segments:
|
153
|
-
- 0
|
154
|
-
hash: 1166424021051271829
|
155
149
|
requirements: []
|
156
150
|
rubyforge_project:
|
157
151
|
rubygems_version: 1.8.24
|