contour 2.2.0.beta1 → 2.2.0.beta2
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/CHANGELOG.md +1 -0
- data/app/assets/javascripts/contour/global.js.coffee +0 -4
- data/app/assets/stylesheets/contour.css +0 -1
- data/lib/contour/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +810 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/0b793dc498fe65856d1b31a805f114dc +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/408c90980fca5a250881bafa3ef0ca63 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/6666059cb20313a69e518d351e00eb1f +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/864e4f1898b310dcf0316a99ba0a3067 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/a3a6cd207915c1867e51fa92ea7827b8 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/a7b222735fc6d94f5713fa8e4c00feec +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- metadata +2 -4
- data/app/assets/javascripts/external/bootstrap-timepicker.js +0 -837
- data/app/assets/stylesheets/timepicker.css +0 -82
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: contour
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.0.
|
|
4
|
+
version: 2.2.0.beta2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Remo Mueller
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-09-
|
|
11
|
+
date: 2013-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -222,7 +222,6 @@ files:
|
|
|
222
222
|
- app/assets/javascripts/contour/global.js.coffee
|
|
223
223
|
- app/assets/javascripts/contour.js
|
|
224
224
|
- app/assets/javascripts/external/bootstrap-datepicker.js
|
|
225
|
-
- app/assets/javascripts/external/bootstrap-timepicker.js
|
|
226
225
|
- app/assets/javascripts/external/jquery-ui-1.10.0.custom.min.js
|
|
227
226
|
- app/assets/javascripts/external/typeahead.js
|
|
228
227
|
- app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
|
|
@@ -235,7 +234,6 @@ files:
|
|
|
235
234
|
- app/assets/stylesheets/glyphicons-overrides.css.erb
|
|
236
235
|
- app/assets/stylesheets/jquery-ui-1.10.0.custom.css
|
|
237
236
|
- app/assets/stylesheets/spinner.css.erb
|
|
238
|
-
- app/assets/stylesheets/timepicker.css
|
|
239
237
|
- app/assets/stylesheets/typeahead.js-bootstrap.css
|
|
240
238
|
- app/controllers/contour/authentications_controller.rb
|
|
241
239
|
- app/controllers/contour/confirmations_controller.rb
|