refinerycms-base 0.9.9.14 → 0.9.9.15

Sign up to get free protection for your applications and to get access to all the features.
data/lib/gemspec.rb CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.name = %q{#{gemname = 'refinerycms-base'}}
10
10
  s.version = %q{#{::Refinery.version}}
11
11
  s.summary = %q{Base engine for Refinery CMS}
12
- s.description = %q{The basic base for Refinery CMS Refinery CMS}
12
+ s.description = %q{This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.}
13
13
  s.date = %q{#{Time.now.strftime('%Y-%m-%d')}}
14
14
  s.email = %q{info@refinerycms.com}
15
15
  s.homepage = %q{http://refinerycms.com}
@@ -3,7 +3,7 @@ module Refinery
3
3
  @major = 0
4
4
  @minor = 9
5
5
  @tiny = 9
6
- @build = 14
6
+ @build = 15
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.14}
5
+ s.version = %q{0.9.9.15}
6
6
  s.summary = %q{Base engine for Refinery CMS}
7
- s.description = %q{The basic base for Refinery CMS Refinery CMS}
8
- s.date = %q{2011-03-31}
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-04-01}
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.14
5
+ version: 0.9.9.15
6
6
  platform: ruby
7
7
  authors:
8
8
  - Resolve Digital
@@ -13,11 +13,11 @@ autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
15
 
16
- date: 2011-03-31 00:00:00 +13:00
16
+ date: 2011-04-01 00:00:00 +13:00
17
17
  default_executable:
18
18
  dependencies: []
19
19
 
20
- description: The basic base for Refinery CMS Refinery CMS
20
+ description: This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.
21
21
  email: info@refinerycms.com
22
22
  executables: []
23
23