pixelforce_cms 0.9.9.3 → 0.9.9.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cc5e3ee1ba75e0cf6ba9bd2f1a784e1737c5186
4
- data.tar.gz: e573c977792a62302c73396de45339b8cc60101e
3
+ metadata.gz: b97808c5fb640330bc7f48e28d2f7cfbabf2e090
4
+ data.tar.gz: 2eac9bfa77945db4f39bb7e8a0c3ef663c7bdb8a
5
5
  SHA512:
6
- metadata.gz: 4399e6a6013624dba7a5384eb4b5374d6a39f126c6da6446b368d913cee9cd035488b85dc8119498b2f018ddf1adad56ea6974054b85d210767e3a5ca554e143
7
- data.tar.gz: 8b733c2b8deb7c97c0706fd2b7d5c8381a944173d5e06cebe6eae9ca94b61206004ab4f0cdb06c46059aa377273264eb2abe920d0aa863aa690c488ce3ecf070
6
+ metadata.gz: cf98c81682b2b3fb14672344bc7b212c0d847eeaf6bf2269215f4b860067cc68bac8b7ff0d85f3ff3567be11657fa92f2899c7f6d1421cd5c48d67000b39ab58
7
+ data.tar.gz: d51bedb55df572f75e8ceae650a113e5f23d6437b4151ddfdf899f80c92bca2d7975a44ff76cce4bd01e4c390fd5a70312c6ae49a206780f907009d068df7227
@@ -8,7 +8,7 @@ module PixelforceCms
8
8
  def create_model
9
9
  copy_file "contact_us.rb", "app/models/contact_us.rb"
10
10
  copy_file "contacts_controller.rb", "app/controllers/contacts_controller.rb"
11
- template "notification.rb", 'app/emailers/notification.rb'
11
+ template "notification.rb", 'app/mailers/notification.rb'
12
12
  create_file "app/views/notification/notify_us.text.haml"
13
13
  route_config = %q(
14
14
  get '/contact', to: 'contacts#new', as: :conatct
@@ -1,3 +1,3 @@
1
1
  module PixelforceCms
2
- VERSION = "0.9.9.3"
2
+ VERSION = "0.9.9.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pixelforce_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9.3
4
+ version: 0.9.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Zhang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-13 00:00:00.000000000 Z
11
+ date: 2014-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler