ocean-rails 3.0.2 → 3.0.3

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: edfb1b981df389cc044a312855c0c19851bd3782
4
- data.tar.gz: 4753da1219255185d3b0b973b257e7b1713eba7e
3
+ metadata.gz: a170339405adf8999a6b68776fb5f04cb25b311c
4
+ data.tar.gz: 3e4b6946ed0dca6411f08c29d863dc4da371f7c3
5
5
  SHA512:
6
- metadata.gz: fa0b7f421f92b2e3d0dfad05f0dd77f3871226bf03b70823e6ccbeeb49e4727e9f89224c72dd7fcde4233913f9c8a4c2f42538efb8f10c1d5fe4720361e25af6
7
- data.tar.gz: 899b534021f839b91c4697a572d7f559bc1f610c6f3a3ed7c11fd6134830799b9657bd423500b77d00e125f7c634c5be0cb84fba6da1b29a436e6e20ea42cb13
6
+ metadata.gz: 3adb28b80a6c3e9e6838a515e3a3b1a9def505e03cbc4371fb4f821f85b47c4af82e41090213fb90bfe8295df0ba6540b9c61466960d80dbfb5c4b5d88788de1
7
+ data.tar.gz: 57e19ef5543201846577fabe69ae53934245656897b706a5aadda3d078ef2e68fcfdfa337d5a552dea164809f2c63e78a1eabdfcd1722d928f01d42a86068eb2
@@ -1,3 +1,3 @@
1
1
  module Ocean
2
- VERSION = "3.0.2"
2
+ VERSION = "3.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ocean-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Bengtson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-08 00:00:00.000000000 Z
11
+ date: 2014-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -221,10 +221,10 @@ files:
221
221
  - app/controllers/alive_controller.rb
222
222
  - app/controllers/errors_controller.rb
223
223
  - app/helpers/application_helper.rb
224
- - config/initializers/api_constants.rb
225
- - config/initializers/aws_config.rb
226
- - config/initializers/ocean_constants.rb
227
- - config/initializers/zeromq_logger.rb
224
+ - config/initializers/_api_constants.rb
225
+ - config/initializers/_aws_config.rb
226
+ - config/initializers/_ocean_constants.rb
227
+ - config/initializers/_zeromq_logger.rb
228
228
  - config/routes.rb
229
229
  - lib/generators/ocean_scaffold/USAGE
230
230
  - lib/generators/ocean_scaffold/ocean_scaffold_generator.rb