refinerycms-base 1.0.4 → 1.0.5

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 = 4
5
+ @tiny = 5
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.4}
6
+ s.version = %q{1.0.5}
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-11}
9
+ s.date = %q{2011-08-31}
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: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 4
10
- version: 1.0.4
9
+ - 5
10
+ version: 1.0.5
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-11 00:00:00 Z
22
+ date: 2011-08-31 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.
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  requirements: []
70
70
 
71
71
  rubyforge_project: refinerycms
72
- rubygems_version: 1.8.6
72
+ rubygems_version: 1.8.10
73
73
  signing_key:
74
74
  specification_version: 3
75
75
  summary: Base engine for Refinery CMS