pixelforce_cms 0.9.9.4 → 0.9.9.5

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: b97808c5fb640330bc7f48e28d2f7cfbabf2e090
4
- data.tar.gz: 2eac9bfa77945db4f39bb7e8a0c3ef663c7bdb8a
3
+ metadata.gz: f0be51af92abcca5271debfed2f787f8be10e545
4
+ data.tar.gz: 2193be24b42d832facad7e49b5fad2b8bf630931
5
5
  SHA512:
6
- metadata.gz: cf98c81682b2b3fb14672344bc7b212c0d847eeaf6bf2269215f4b860067cc68bac8b7ff0d85f3ff3567be11657fa92f2899c7f6d1421cd5c48d67000b39ab58
7
- data.tar.gz: d51bedb55df572f75e8ceae650a113e5f23d6437b4151ddfdf899f80c92bca2d7975a44ff76cce4bd01e4c390fd5a70312c6ae49a206780f907009d068df7227
6
+ metadata.gz: 3fd1f98f875c9fe2a634e95a6961cdb62f74590412ba6ae6ba3c9286abb27b15c3ed48e20e90f71ad0cacbd6a48c68deb4da07b50826b1dadcb8044b42b89dc1
7
+ data.tar.gz: 0d20420935b4749649b21c0549314ac26c9eeced07db248addf7f82d4f42e72e90c0b01669cbc6c60f9bf8b34e7b4e84fa997967e544c964ad95a28f0ce497e4
data/README.md CHANGED
@@ -4,7 +4,7 @@ TODO: Write a gem description
4
4
 
5
5
  ## Create a new project
6
6
 
7
- rails _3.2.16_ new [name] -d mysql
7
+ rails _3.2.17_ new [name] -d mysql
8
8
 
9
9
  ## Installation
10
10
 
@@ -22,7 +22,7 @@ module PixelforceCms
22
22
  copy_file "css/application/variables.css.scss", "app/assets/stylesheets/application/variables.css.scss"
23
23
  copy_file "css/pages/home.css.scss", "app/assets/stylesheets/pages/home.css.scss"
24
24
  remove_file "app/assets/stylesheets/application.css"
25
- create_file "app/assets/javascripts/layouts.js"
25
+ create_file "app/assets/javascripts/layout.js"
26
26
  end
27
27
  end
28
28
 
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'rails', '3.2.16'
3
+ gem 'rails', '3.2.18'
4
4
 
5
5
  # Bundle edge Rails instead:
6
6
  # gem 'rails', :git => 'git://github.com/rails/rails.git'
@@ -18,21 +18,20 @@ gem 'meta-tags', :require => 'meta_tags'
18
18
  gem 'exception_notification'
19
19
 
20
20
  # pixelforce template
21
- gem 'pixelforce_cms', '~> 0.9.8'
22
- # gem 'pixelforce_cms', path: '/Users/ben/workspace/pixelforce_cms'
21
+ gem 'pixelforce_cms', '~> 0.9.9.5'
23
22
 
24
23
  # Gems used only for assets and not required
25
24
  # in production environments by default.
26
25
  group :assets do
27
- gem 'sass-rails', '~> 3.2.3'
26
+ gem 'sass-rails', '~> 3.2.6'
28
27
  gem 'coffee-rails', '~> 3.2.1'
29
28
 
30
29
  # See https://github.com/sstephenson/execjs#readme for more supported runtimes
31
30
  # gem 'therubyracer', :platforms => :ruby
32
31
 
33
32
  #HTML5
34
- gem 'compass-rails'
35
- gem 'compass-h5bp'
33
+ gem 'compass-rails', '~> 1.1.7'
34
+ gem 'compass-h5bp', '~> 0.1.2'
36
35
  gem 'uglifier', '>= 1.0.3'
37
36
 
38
37
  #Bootstrap
@@ -1,3 +1,3 @@
1
1
  module PixelforceCms
2
- VERSION = "0.9.9.4"
2
+ VERSION = "0.9.9.5"
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.4
4
+ version: 0.9.9.5
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-15 00:00:00.000000000 Z
11
+ date: 2014-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler