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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a634f7998badd9cb4bf7ca76be09ac2b928ca72
4
- data.tar.gz: 1a9b57331d0c95076edcade87e5ece415b46f796
3
+ metadata.gz: cfa4cc09704adb96ac2974226e93f0045e8c97e1
4
+ data.tar.gz: 3a07c1793baf990fe77c2c08b095803d68a3e735
5
5
  SHA512:
6
- metadata.gz: ba6faa080c298d0a6de9b3a6b38d7c0e33397fa23eb5d882785445bf726d00d254689c2ed97c8e2043bcdf090627e3e34d37d51407e5bb81c94805ddd7a51f47
7
- data.tar.gz: 79363d7486b4ee22330c489f6572dd45fdb2076c6d07323232af437abb275748f3161538b3441901b5d49f157c507fc34a2e16a3a674af1d657944409e357b44
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
  #
@@ -1,3 +1,3 @@
1
1
  module MustacheForm
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
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.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-01 00:00:00.000000000 Z
11
+ date: 2015-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler