mustache_form 0.2.2 → 0.2.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 +4 -4
- data/lib/mustache_form/railtie.rb +1 -2
- data/lib/mustache_form/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: cfa4cc09704adb96ac2974226e93f0045e8c97e1
|
|
4
|
+
data.tar.gz: 3a07c1793baf990fe77c2c08b095803d68a3e735
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed1a6721e9415a8ad94f8d35db5b17103cf5e8df2f192e4f841ca91548be088447b0df351fbd908ef959610e1148ee52bf699e90cbb8afe9f5b4eacd7155ee42
|
|
7
|
+
data.tar.gz: e01524c0536adcfd22ba2e748fe86344815a7e8a3f456968ed8b63eeea8d29c5097b44a92f55c8b32c4c656e31bffb2a96ccc424a4ce213a2d03f4a759b00635
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
#
|
|
2
2
|
module MustacheForm
|
|
3
3
|
class Railtie < Rails::Railtie
|
|
4
|
-
config.eager_load_namespaces << MustacheForm
|
|
5
4
|
|
|
6
5
|
config.after_initialize do
|
|
7
6
|
unless MustacheForm.configured?
|
|
8
7
|
warn 'Mustache Form is not configured in the application and will use the default values.' +
|
|
9
8
|
' Use `rails generate mustache_form:install` to generate the Mustache Form configuration.'
|
|
10
9
|
end
|
|
11
|
-
end
|
|
10
|
+
end
|
|
12
11
|
end
|
|
13
12
|
end
|
|
14
13
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mustache_form
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steve Forkin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-08-
|
|
11
|
+
date: 2015-08-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|