Skip to content

Commit

Permalink
Updated changelog, gemspecs.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Feb 24, 2011
1 parent 3cd6cdc commit 026660c
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 49 deletions.
7 changes: 3 additions & 4 deletions authentication/refinerycms-authentication.gemspec
Expand Up @@ -2,10 +2,10 @@

Gem::Specification.new do |s|
s.name = %q{refinerycms-authentication}
s.version = %q{0.9.9.3}
s.version = %q{0.9.9.4}
s.summary = %q{Authentication engine for Refinery CMS}
s.description = %q{The default authentication engine for Refinery CMS}
s.date = %q{2011-02-17}
s.date = %q{2011-02-24}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand All @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.require_paths = %w(lib)
s.executables = %w()

s.add_dependency 'refinerycms-core', '~> 0.9.9.3'
s.add_dependency 'refinerycms-core', '~> 0.9.9.4'
s.add_dependency 'devise', '~> 1.1'

s.files = [
Expand Down Expand Up @@ -103,7 +103,6 @@ Gem::Specification.new do |s|
'lib/generators/refinerycms_authentication_generator.rb',
'lib/refinerycms-authentication.rb',
'license.md',
'readme.md',
'refinerycms-authentication.gemspec',
'spec',
'spec/models',
Expand Down
2 changes: 1 addition & 1 deletion base/lib/refinery/version.rb
Expand Up @@ -3,7 +3,7 @@ class Version
@major = 0
@minor = 9
@tiny = 9
@build = 3
@build = 4

class << self
attr_reader :major, :minor, :tiny, :build
Expand Down
4 changes: 2 additions & 2 deletions base/refinerycms-base.gemspec
Expand Up @@ -2,10 +2,10 @@

Gem::Specification.new do |s|
s.name = %q{refinerycms-base}
s.version = %q{0.9.9.3}
s.version = %q{0.9.9.4}
s.summary = %q{Base engine for Refinery CMS}
s.description = %q{The basic base for Refinery CMS Refinery CMS}
s.date = %q{2011-02-17}
s.date = %q{2011-02-24}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
13 changes: 10 additions & 3 deletions changelog.md
@@ -1,14 +1,23 @@
## 0.9.9.4 [24 February 2011]

* Added ``doc/guides`` for textile based guides that power http://refinerycms.com/guides. [Steven Heidel](https://github.com/stevenheidel) and [Philip Arndt](https://github.com/parndt)
* Allowed multiple resource pickers on one form. [Phil Spitler](https://github.com/philspitler)
* Solved YAML parsing issues introduced by change to Psych. [Aaron Patterson](https://github.com/tenderlove) and [Uģis Ozols](https://github.com/ugisozols)
* Updated page to use a localized cache key if frontend translations are enabled. [Bryan Mahoney](https://github.com/DynamoMTL)
* Upgraded modernizr to version 1.7. [Jon Roberts](https://github.com/emptyflask)
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.9.3...0.9.9.4)

## 0.9.9.3 [17 February 2011]

* Fixed faulty require statement that tried to load rack/cache before dragonfly. [Philip Arndt](https://github.com/parndt)
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.9.2...0.9.9.3)

## 0.9.9.2 [17 February 2011]

* Removed ``activesupport`` requirement from ``bin/refinerycms``. [Philip Arndt](https://github.com/parndt)
* Fixed an issue in some browsers with a particular jQuery selector. [Philip Arndt](https://github.com/parndt)
* Modified some existing migrations to behave better when creating new applications. [Philip Arndt](https://github.com/parndt)
* Fixed ``-u`` and ``-p`` support for ``bin/refinerycms``. [Philip Arndt](https://github.com/parndt)

* [See full list](https://github.com/resolve/refinerycms/compare/0.9.9.1...0.9.9.2)

## 0.9.9.1 [15 February 2011]
Expand All @@ -21,7 +30,6 @@
* Split the project into 10 separately released gems that include their own dependencies. [Philip Arndt](https://github.com/parndt)
* New Vietnamese translation files added. [Alex Nguyen](https://github.com/tiendung) and Stefan N and Mario Nguyen
* Improved JRuby support as well as the way that commands run in any ruby implementation. [Hiro Asari](https://github.com/BanzaiMan)

* [See full list](https://github.com/resolve/refinerycms/compare/0.9.9...0.9.9.1)

## 0.9.9 [27 January 2011]
Expand Down Expand Up @@ -66,7 +74,6 @@
* Sped up WYMeditor load times. [Philip Arndt](https://github.com/parndt)
* Fixed several issues for Internet Explorer. [Josef Šimánek](https://github.com/simi)
* Added installation option for [Duostack](http://duostack.com) hosting service. [Philip Arndt](https://github.com/parndt) and [David E. Chen](https://github.com/dchen)

* [See full list](https://github.com/resolve/refinerycms/compare/0.9.8.9...0.9.9)

## 0.9.8.9 [21 December 2010]
Expand Down
10 changes: 4 additions & 6 deletions core/refinerycms-core.gemspec
Expand Up @@ -2,10 +2,10 @@

Gem::Specification.new do |s|
s.name = %q{refinerycms-core}
s.version = %q{0.9.9.3}
s.version = %q{0.9.9.4}
s.summary = %q{Core engine for Refinery CMS}
s.description = %q{The core of Refinery CMS. This handles the common functionality and is required by most engines}
s.date = %q{2011-02-17}
s.date = %q{2011-02-24}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand All @@ -14,8 +14,8 @@ Gem::Specification.new do |s|
s.require_paths = %w(lib)
s.executables = %w()

s.add_dependency 'refinerycms-base', '~> 0.9.9.3'
s.add_dependency 'refinerycms-settings', '~> 0.9.9.3'
s.add_dependency 'refinerycms-base', '~> 0.9.9.4'
s.add_dependency 'refinerycms-settings', '~> 0.9.9.4'
s.add_dependency 'refinerycms-generators', '~> 0.9.9.3'
s.add_dependency 'acts_as_indexed', '~> 0.7'
s.add_dependency 'friendly_id_globalize3', '~> 3.2.0'
Expand Down Expand Up @@ -102,10 +102,8 @@ Gem::Specification.new do |s|
'config/locales/zh-CN.yml',
'config/locales/zh-TW.yml',
'config/routes.rb',
'crud.md',
'doc',
'doc/included-jquery-ui-packages.jpg',
'engines.md',
'features',
'features/search.feature',
'features/site_bar.feature',
Expand Down
7 changes: 3 additions & 4 deletions dashboard/refinerycms-dashboard.gemspec
Expand Up @@ -2,10 +2,10 @@

Gem::Specification.new do |s|
s.name = %q{refinerycms-dashboard}
s.version = %q{0.9.9.3}
s.version = %q{0.9.9.4}
s.summary = %q{Dashboard engine for Refinery CMS}
s.description = %q{The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.}
s.date = %q{2011-02-17}
s.date = %q{2011-02-24}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down Expand Up @@ -64,9 +64,8 @@ Gem::Specification.new do |s|
'lib/gemspec.rb',
'lib/refinerycms-dashboard.rb',
'license.md',
'readme.md',
'refinerycms-dashboard.gemspec'
]

s.add_dependency 'refinerycms-core', '~> 0.9.9.3'
s.add_dependency 'refinerycms-core', '~> 0.9.9.4'
end
7 changes: 3 additions & 4 deletions images/refinerycms-images.gemspec
Expand Up @@ -2,10 +2,10 @@

Gem::Specification.new do |s|
s.name = %q{refinerycms-images}
s.version = %q{0.9.9.3}
s.version = %q{0.9.9.4}
s.summary = %q{Images engine for Refinery CMS}
s.description = %q{Handles all image upload and processing functionality in Refinery CMS.}
s.date = %q{2011-02-17}
s.date = %q{2011-02-24}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down Expand Up @@ -82,7 +82,6 @@ Gem::Specification.new do |s|
'lib/generators/refinerycms_images_generator.rb',
'lib/refinerycms-images.rb',
'license.md',
'readme.md',
'refinerycms-images.gemspec',
'spec',
'spec/models',
Expand All @@ -91,7 +90,7 @@ Gem::Specification.new do |s|
'spec/uploads/beach.jpeg'
]

s.add_dependency 'refinerycms-core', '~> 0.9.9.3'
s.add_dependency 'refinerycms-core', '~> 0.9.9.4'
s.add_dependency 'dragonfly', '~> 0.8.2'
s.add_dependency 'rack-cache', '>= 0.5.3'
end
7 changes: 3 additions & 4 deletions pages/refinerycms-pages.gemspec
Expand Up @@ -2,10 +2,10 @@

Gem::Specification.new do |s|
s.name = %q{refinerycms-pages}
s.version = %q{0.9.9.3}
s.version = %q{0.9.9.4}
s.summary = %q{Pages engine for Refinery CMS}
s.description = %q{The default content engine of Refinery CMS. This engine handles the administration and display of user-editable pages.}
s.date = %q{2011-02-17}
s.date = %q{2011-02-24}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down Expand Up @@ -99,12 +99,11 @@ Gem::Specification.new do |s|
'lib/pages/tabs.rb',
'lib/refinerycms-pages.rb',
'license.md',
'readme.md',
'refinerycms-pages.gemspec',
'spec',
'spec/models',
'spec/models/page_spec.rb'
]

s.add_dependency 'refinerycms-core', '~> 0.9.9.3'
s.add_dependency 'refinerycms-core', '~> 0.9.9.4'
end
20 changes: 10 additions & 10 deletions refinerycms.gemspec
Expand Up @@ -2,9 +2,9 @@

Gem::Specification.new do |s|
s.name = %q{refinerycms}
s.version = %q{0.9.9.3}
s.version = %q{0.9.9.4}
s.description = %q{A Ruby on Rails CMS that supports Rails 3. It's easy to extend and sticks to 'the Rails way' where possible.}
s.date = %q{2011-02-17}
s.date = %q{2011-02-24}
s.summary = %q{A Ruby on Rails CMS that supports Rails 3}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
Expand All @@ -18,14 +18,14 @@ Gem::Specification.new do |s|
s.add_dependency 'bundler', '~> 1.0.10'

# Refinery CMS
s.add_dependency 'refinerycms-authentication', '~> 0.9.9.3'
s.add_dependency 'refinerycms-base', '~> 0.9.9.3'
s.add_dependency 'refinerycms-core', '~> 0.9.9.3'
s.add_dependency 'refinerycms-dashboard', '~> 0.9.9.3'
s.add_dependency 'refinerycms-images', '~> 0.9.9.3'
s.add_dependency 'refinerycms-pages', '~> 0.9.9.3'
s.add_dependency 'refinerycms-resources', '~> 0.9.9.3'
s.add_dependency 'refinerycms-settings', '~> 0.9.9.3'
s.add_dependency 'refinerycms-authentication', '~> 0.9.9.4'
s.add_dependency 'refinerycms-base', '~> 0.9.9.4'
s.add_dependency 'refinerycms-core', '~> 0.9.9.4'
s.add_dependency 'refinerycms-dashboard', '~> 0.9.9.4'
s.add_dependency 'refinerycms-images', '~> 0.9.9.4'
s.add_dependency 'refinerycms-pages', '~> 0.9.9.4'
s.add_dependency 'refinerycms-resources', '~> 0.9.9.4'
s.add_dependency 'refinerycms-settings', '~> 0.9.9.4'

s.files = [
'.gitignore',
Expand Down
7 changes: 3 additions & 4 deletions resources/refinerycms-resources.gemspec
Expand Up @@ -2,10 +2,10 @@

Gem::Specification.new do |s|
s.name = %q{refinerycms-resources}
s.version = %q{0.9.9.3}
s.version = %q{0.9.9.4}
s.summary = %q{Resources engine for Refinery CMS}
s.description = %q{Handles all file upload and processing functionality in Refinery CMS.}
s.date = %q{2011-02-17}
s.date = %q{2011-02-24}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down Expand Up @@ -75,7 +75,6 @@ Gem::Specification.new do |s|
'lib/generators/refinerycms_resources_generator.rb',
'lib/refinerycms-resources.rb',
'license.md',
'readme.md',
'refinerycms-resources.gemspec',
'spec',
'spec/models',
Expand All @@ -84,7 +83,7 @@ Gem::Specification.new do |s|
'spec/uploads/refinery_is_awesome.txt'
]

s.add_dependency 'refinerycms-core', '~> 0.9.9.3'
s.add_dependency 'refinerycms-core', '~> 0.9.9.4'
s.add_dependency 'dragonfly', '~> 0.8.2'
s.add_dependency 'rack-cache', '>= 0.5.3'
end
7 changes: 3 additions & 4 deletions settings/refinerycms-settings.gemspec
Expand Up @@ -2,10 +2,10 @@

Gem::Specification.new do |s|
s.name = %q{refinerycms-settings}
s.version = %q{0.9.9.3}
s.version = %q{0.9.9.4}
s.summary = %q{Settings engine for Refinery CMS}
s.description = %q{The default settings engine that is required by Refinery CMS core. Adds programmer creatable, user editable settings for each engine.}
s.date = %q{2011-02-17}
s.date = %q{2011-02-24}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down Expand Up @@ -73,12 +73,11 @@ Gem::Specification.new do |s|
'lib/generators/refinerycms_settings_generator.rb',
'lib/refinerycms-settings.rb',
'license.md',
'readme.md',
'refinerycms-settings.gemspec',
'spec',
'spec/models',
'spec/models/refinery_setting_spec.rb'
]

s.add_dependency 'refinerycms-base', '~> 0.9.9.3'
s.add_dependency 'refinerycms-base', '~> 0.9.9.4'
end
6 changes: 3 additions & 3 deletions testing/refinerycms-testing.gemspec
Expand Up @@ -2,10 +2,10 @@

Gem::Specification.new do |s|
s.name = %q{refinerycms-testing}
s.version = %q{0.9.9.3}
s.version = %q{0.9.9.4}
s.summary = %q{Testing plugin for Refinery CMS}
s.description = %q{This plugin adds the ability to run cucumber and rspec against the RefineryCMS gem while inside a RefineryCMS project}
s.date = %q{2011-02-17}
s.date = %q{2011-02-24}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand All @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.require_paths = %w(lib)
s.executables = %w()

s.add_dependency 'refinerycms-core', '~> 0.9.9.3'
s.add_dependency 'refinerycms-core', '~> 0.9.9.4'
# RSpec
s.add_dependency 'rspec-rails', '~> 2.5'

Expand Down

0 comments on commit 026660c

Please sign in to comment.