ocean-rails 1.28.3 → 1.28.4
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/generators/ocean_setup/ocean_setup_generator.rb +1 -1
- data/lib/ocean/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84093b0cdf3aecc7c97d6225f9933a11b4d0688f
|
|
4
|
+
data.tar.gz: e1492ed074a667e98120f5a0c5e28ad568f2eac3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a9639b06c6fc0107e2dfb8a6b48279a73fb174ef22b887f1446ceadf1cac661b62320ce0467736879590b2e24e3b0df6591af20fb44ddcdfb05e0c87d1c101e
|
|
7
|
+
data.tar.gz: a332c5e232098ed450b4d29ab9cb139004d7457e2882cb7dc3458278fc2e45d9e12389d27dd57317012b880ef46335d0e39eea94ffabe1f19231177601fb8f47
|
|
@@ -21,7 +21,7 @@ class OceanSetupGenerator < Rails::Generators::NamedBase #:nodoc: all
|
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
def install_application_helper
|
|
24
|
-
copy_file "application_helper.rb", "#{Rails.root}/app/helpers/
|
|
24
|
+
copy_file "application_helper.rb", "#{Rails.root}/app/helpers/application_helper.rb"
|
|
25
25
|
end
|
|
26
26
|
|
|
27
27
|
def install_spec_helper_and_support_files
|
data/lib/ocean/version.rb
CHANGED
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: 1.28.
|
|
4
|
+
version: 1.28.4
|
|
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-01-
|
|
11
|
+
date: 2014-01-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|