contour 2.6.0.rc → 2.6.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/LICENSE +1 -1
- data/README.md +2 -2
- data/lib/contour/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ededf0122d75aeafeaf56a46af1f7419b8e81c1c
|
|
4
|
+
data.tar.gz: 62cc38bb57e311db335299f717060f1e43a91a0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9b8a7af9f081085a33740009e18b9a7b9887bba125b16b9ec3a95b62f488c03592a0748ea489a9431fe8bcf3520aa17e541b272512afb64338cd856014561d0
|
|
7
|
+
data.tar.gz: dacd78a78351e20118b1cfaa454fc5b02aa28bf133cc92adc2c73f51268160f0e67ae5813bf2eaf6f513f208f605cee5b4172542eb96eb36e5a565aae309acec
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -153,7 +153,7 @@ You can then sign in using your [Google Account](http://localhost:3000/auth/goog
|
|
|
153
153
|
Add [Kaminari](https://github.com/amatsuda/kaminari) gem to your `Gemfile`
|
|
154
154
|
|
|
155
155
|
```ruby
|
|
156
|
-
gem 'kaminari', '~> 0.
|
|
156
|
+
gem 'kaminari', '~> 0.16.2'
|
|
157
157
|
```
|
|
158
158
|
|
|
159
159
|
Update your gems
|
|
@@ -242,4 +242,4 @@ For those interested in having better control on modifying the Twitter Bootstrap
|
|
|
242
242
|
|
|
243
243
|
## Copyright [](http://creativecommons.org/licenses/by-nc-sa/3.0)
|
|
244
244
|
|
|
245
|
-
Copyright (c)
|
|
245
|
+
Copyright (c) 2015 Remo Mueller. See [LICENSE](https://github.com/remomueller/contour/blob/master/LICENSE) for further details.
|
data/lib/contour/version.rb
CHANGED
data/test/dummy/db/test.sqlite3
CHANGED
|
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.6.0
|
|
4
|
+
version: 2.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Remo Mueller
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-01-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -379,9 +379,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
379
379
|
version: '0'
|
|
380
380
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
381
381
|
requirements:
|
|
382
|
-
- - "
|
|
382
|
+
- - ">="
|
|
383
383
|
- !ruby/object:Gem::Version
|
|
384
|
-
version:
|
|
384
|
+
version: '0'
|
|
385
385
|
requirements: []
|
|
386
386
|
rubyforge_project:
|
|
387
387
|
rubygems_version: 2.4.5
|