gusto 1.0.0.beta7 → 1.0.0.beta8
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.
- checksums.yaml +4 -4
- data/lib/gusto/server.rb +8 -2
- data/lib/gusto/version.rb +1 -1
- data/public/jquery-1.10.2.js +9789 -0
- metadata +17 -16
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gusto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.beta8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tobias Cohen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: coffee-script
|
@@ -144,33 +144,34 @@ executables:
|
|
144
144
|
extensions: []
|
145
145
|
extra_rdoc_files: []
|
146
146
|
files:
|
147
|
+
- assets/test_results.sass
|
147
148
|
- assets/colors.sass
|
148
|
-
- assets/result_summary.sass
|
149
149
|
- assets/spec.css.sass
|
150
|
-
- assets/
|
150
|
+
- assets/result_summary.sass
|
151
151
|
- bin/gusto
|
152
|
-
- lib/
|
153
|
-
- lib/gusto/runner.rb
|
154
|
-
- lib/gusto/server.rb
|
155
|
-
- lib/gusto/sprockets.rb
|
156
|
-
- lib/gusto/version.rb
|
152
|
+
- lib/Spec.coffee
|
157
153
|
- lib/gusto.rb
|
158
154
|
- lib/HtmlReport.coffee
|
159
|
-
- lib/
|
160
|
-
- lib/
|
155
|
+
- lib/gusto/sprockets.rb
|
156
|
+
- lib/gusto/configuration.rb
|
157
|
+
- lib/gusto/version.rb
|
158
|
+
- lib/gusto/server.rb
|
159
|
+
- lib/gusto/runner.rb
|
161
160
|
- lib/Spec/Matchers.coffee
|
161
|
+
- lib/Spec/Mock.coffee
|
162
162
|
- lib/Spec/MethodStub/PossibleCall.coffee
|
163
163
|
- lib/Spec/MethodStub.coffee
|
164
|
-
- lib/Spec/Mock.coffee
|
165
164
|
- lib/Spec/ObjectDSL.coffee
|
165
|
+
- lib/Spec/DSL.coffee
|
166
166
|
- lib/Spec/Report.coffee
|
167
|
-
- lib/Spec/Suite.coffee
|
168
167
|
- lib/Spec/Test.coffee
|
169
168
|
- lib/Spec/Util.coffee
|
170
|
-
- lib/Spec.coffee
|
169
|
+
- lib/Spec/Suite.coffee
|
170
|
+
- lib/Spec/DelayedExpectation.coffee
|
171
|
+
- public/jsdiff.js
|
171
172
|
- public/ie.js
|
173
|
+
- public/jquery-1.10.2.js
|
172
174
|
- public/jquery-1.5.2.js
|
173
|
-
- public/jsdiff.js
|
174
175
|
- public/stacktrace.js
|
175
176
|
- views/index.slim
|
176
177
|
homepage: https://github.com/tobico/gusto
|
@@ -193,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
193
194
|
version: 1.3.1
|
194
195
|
requirements: []
|
195
196
|
rubyforge_project:
|
196
|
-
rubygems_version: 2.0.
|
197
|
+
rubygems_version: 2.0.3
|
197
198
|
signing_key:
|
198
199
|
specification_version: 4
|
199
200
|
summary: Coffeescript testing framework
|