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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1374da16cf44108bc95f9b541e9f79270e2df9b
4
- data.tar.gz: 5c3af8b489f29cf9e0302636b79c8ab37eec245e
3
+ metadata.gz: ededf0122d75aeafeaf56a46af1f7419b8e81c1c
4
+ data.tar.gz: 62cc38bb57e311db335299f717060f1e43a91a0a
5
5
  SHA512:
6
- metadata.gz: 6609cfaffc92484d8efc7450d5498036d2406cb949561b1a229b56219e4afa4f529f94a6b18f8920566323d58160abd71fa1c08df79dcc35392808762cd80e36
7
- data.tar.gz: 95e2d1ec1337ea1bba24fc4d9fd736123d40f37aff3f66690c67a9086638e71bb4bdaa607dcee078f41be76212d315d7a27953981ce71a463196ffc25d64bb56
6
+ metadata.gz: b9b8a7af9f081085a33740009e18b9a7b9887bba125b16b9ec3a95b62f488c03592a0748ea489a9431fe8bcf3520aa17e541b272512afb64338cd856014561d0
7
+ data.tar.gz: dacd78a78351e20118b1cfaa454fc5b02aa28bf133cc92adc2c73f51268160f0e67ae5813bf2eaf6f513f208f605cee5b4172542eb96eb36e5a565aae309acec
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 2.6.0
1
+ ## 2.6.0 (January 30, 2015)
2
2
 
3
3
  ### Breaking Changes
4
4
  - Removed the `showWaiting` JavaScript function and corresponding `ajax-loader.gif` image
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014 Remo Mueller
1
+ Copyright (c) 2015 Remo Mueller
2
2
  https://github.com/remomueller
3
3
  https://rubygems.org/profiles/remomueller
4
4
 
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.15.1'
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 [![Creative Commons 3.0](http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png)](http://creativecommons.org/licenses/by-nc-sa/3.0)
244
244
 
245
- Copyright (c) 2014 Remo Mueller. See [LICENSE](https://github.com/remomueller/contour/blob/master/LICENSE) for further details.
245
+ Copyright (c) 2015 Remo Mueller. See [LICENSE](https://github.com/remomueller/contour/blob/master/LICENSE) for further details.
@@ -3,7 +3,7 @@ module Contour
3
3
  MAJOR = 2
4
4
  MINOR = 6
5
5
  TINY = 0
6
- BUILD = "rc" # nil, "pre", "rc", "rc2"
6
+ BUILD = nil # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
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.rc
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: 2014-12-30 00:00:00.000000000 Z
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: 1.3.1
384
+ version: '0'
385
385
  requirements: []
386
386
  rubyforge_project:
387
387
  rubygems_version: 2.4.5