steak 1.0.0.rc.4 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +2 -2
- metadata +8 -12
data/README.rdoc
CHANGED
|
@@ -46,7 +46,7 @@ instance)
|
|
|
46
46
|
|
|
47
47
|
Just install and require the damned gem!
|
|
48
48
|
|
|
49
|
-
$ gem install steak
|
|
49
|
+
$ gem install steak
|
|
50
50
|
|
|
51
51
|
Then in your spec or spec helper:
|
|
52
52
|
|
|
@@ -60,7 +60,7 @@ Add this to your project's <tt>Gemfile</tt>:
|
|
|
60
60
|
|
|
61
61
|
group :development, :test do
|
|
62
62
|
gem 'rspec-rails'
|
|
63
|
-
gem 'steak'
|
|
63
|
+
gem 'steak'
|
|
64
64
|
gem 'capybara'
|
|
65
65
|
|
|
66
66
|
# Other usual suspects:
|
metadata
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: steak
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 23
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
9
|
- 0
|
|
10
|
-
|
|
11
|
-
- 4
|
|
12
|
-
version: 1.0.0.rc.4
|
|
10
|
+
version: 1.0.0
|
|
13
11
|
platform: ruby
|
|
14
12
|
authors:
|
|
15
13
|
- "Luismi Cavall\xC3\xA9"
|
|
@@ -17,7 +15,7 @@ autorequire:
|
|
|
17
15
|
bindir: bin
|
|
18
16
|
cert_chain: []
|
|
19
17
|
|
|
20
|
-
date: 2010-11-
|
|
18
|
+
date: 2010-11-23 00:00:00 +01:00
|
|
21
19
|
default_executable:
|
|
22
20
|
dependencies:
|
|
23
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -171,14 +169,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
171
169
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
172
170
|
none: false
|
|
173
171
|
requirements:
|
|
174
|
-
- - "
|
|
172
|
+
- - ">="
|
|
175
173
|
- !ruby/object:Gem::Version
|
|
176
|
-
hash:
|
|
174
|
+
hash: 3
|
|
177
175
|
segments:
|
|
178
|
-
-
|
|
179
|
-
|
|
180
|
-
- 1
|
|
181
|
-
version: 1.3.1
|
|
176
|
+
- 0
|
|
177
|
+
version: "0"
|
|
182
178
|
requirements: []
|
|
183
179
|
|
|
184
180
|
rubyforge_project:
|