refinerycms-base 1.0.5 → 1.0.7

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 = 5
5
+ @tiny = 7
6
6
  @build = nil
7
7
 
8
8
  class << self
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = %q{refinerycms-base}
6
- s.version = %q{1.0.5}
6
+ s.version = %q{1.0.7}
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
9
  s.date = %q{2011-08-31}
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: 29
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 5
10
- version: 1.0.5
9
+ - 7
10
+ version: 1.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Resolve Digital