refinerycms-base 0.9.9.21 → 0.9.9.22

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.
@@ -3,7 +3,7 @@ module Refinery
3
3
  @major = 0
4
4
  @minor = 9
5
5
  @tiny = 9
6
- @build = 21
6
+ @build = 22
7
7
 
8
8
  class << self
9
9
  attr_reader :major, :minor, :tiny, :build
@@ -2,10 +2,10 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{refinerycms-base}
5
- s.version = %q{0.9.9.21}
5
+ s.version = %q{0.9.9.22}
6
6
  s.summary = %q{Base engine for Refinery CMS}
7
7
  s.description = %q{This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.}
8
- s.date = %q{2011-05-03}
8
+ s.date = %q{2011-05-22}
9
9
  s.email = %q{info@refinerycms.com}
10
10
  s.homepage = %q{http://refinerycms.com}
11
11
  s.rubyforge_project = %q{refinerycms}
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: refinerycms-base
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.9.21
5
+ version: 0.9.9.22
6
6
  platform: ruby
7
7
  authors:
8
8
  - Resolve Digital
@@ -13,7 +13,8 @@ autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
15
 
16
- date: 2011-05-03 00:00:00 Z
16
+ date: 2011-05-22 00:00:00 +12:00
17
+ default_executable:
17
18
  dependencies: []
18
19
 
19
20
  description: This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.
@@ -34,6 +35,7 @@ files:
34
35
  - lib/refinerycms-base.rb
35
36
  - license.md
36
37
  - refinerycms-base.gemspec
38
+ has_rdoc: true
37
39
  homepage: http://refinerycms.com
38
40
  licenses:
39
41
  - MIT
@@ -57,10 +59,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
59
  requirements: []
58
60
 
59
61
  rubyforge_project: refinerycms
60
- rubygems_version: 1.7.2
62
+ rubygems_version: 1.6.2
61
63
  signing_key:
62
64
  specification_version: 3
63
65
  summary: Base engine for Refinery CMS
64
66
  test_files: []
65
67
 
66
- has_rdoc: