refinerycms-base 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module Refinery
2
2
  class Version
3
3
  @major = 1
4
4
  @minor = 0
5
- @tiny = 7
5
+ @tiny = 8
6
6
  @build = nil
7
7
 
8
8
  class << self
@@ -3,10 +3,10 @@
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = %q{refinerycms-base}
6
- s.version = %q{1.0.7}
6
+ s.version = %q{1.0.8}
7
7
  s.summary = %q{Base engine for Refinery CMS}
8
8
  s.description = %q{This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.}
9
- s.date = %q{2011-08-31}
9
+ s.date = %q{2011-09-01}
10
10
  s.email = %q{info@refinerycms.com}
11
11
  s.homepage = %q{http://refinerycms.com}
12
12
  s.rubyforge_project = %q{refinerycms}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-base
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 7
10
- version: 1.0.7
9
+ - 8
10
+ version: 1.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Resolve Digital
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2011-08-31 00:00:00 Z
22
+ date: 2011-09-01 00:00:00 Z
23
23
  dependencies: []
24
24
 
25
25
  description: This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.