Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated changelog and made gemspecs consistent to prepare for 2.0.9
  • Loading branch information
parndt committed Sep 10, 2012
1 parent 4f81f47 commit 3c7c737
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion authentication/refinerycms-authentication.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski', 'David Jones', 'Steven Heidel']
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski']
s.license = %q{MIT}
s.require_paths = %w(lib)

Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Expand Up @@ -2,12 +2,16 @@

* [See full list](https://github.com/refinery/refinerycms/compare/2-0-stable...master)

## 2.0.9 [unreleased]
## 2.0.9 [10 September 2012]

This comment has been minimized.

Copy link
@ugisozols

ugisozols Sep 11, 2012

Member

Was 2.0.9 released? I don't see it in rubygems.

This comment has been minimized.

Copy link
@parndt

parndt via email Sep 11, 2012

Author Member
* Allowed extra parameters to be passed when creating image. [#1914](https://github.com/refinery/refinerycms/pull/1914). [tbuyle](https://github.com/tbuyle)
* Added usage instructions to refinerycms executable. [#1931](https://github.com/refinery/refinerycms/pull/1931). [Uģis Ozols](https://github.com/ugisozols) & [Philip Arndt](https://github.com/parndt).
* Disabled page caching when logged in to prevent caching the sitebar. [#1609](https://github.com/refinery/refinerycms/pull/1609). [Johan Frolich](https://github.com/jokklan)
* Fixed problems with `refinery:engine` generator and namespacing. [#1888](https://github.com/refinery/refinerycms/pull/1888). [David J. Brenes](https://github.com/brenes)
* [See full list](https://github.com/refinery/refinerycms/compare/2.0.8...2.0.9)

## 2.0.8 [17 August 2012]
* Fixes installs broken by the release of jquery-rails 2.1.0 by requiring ~> 2.0.0. [Rob Yurkowski](https://github.com/robyurkowski)
* [See full list](https://github.com/refinery/refinerycms/compare/2.0.7...2.0.8)

## 2.0.7 [16 August 2012]
* Fixed a bug with nested reordering that would shuffle any set with 11 or more entities. [#1882](https://github.com/refinery/refinerycms/pull/1882). [Rob Yurkowski](https://github.com/robyurkowski)
Expand Down
2 changes: 1 addition & 1 deletion core/refinerycms-core.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski', 'David Jones', 'Steven Heidel']
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski']
s.license = %q{MIT}
s.require_paths = %w(lib)

Expand Down
2 changes: 1 addition & 1 deletion core/spec/lib/refinery/crud_spec.rb
Expand Up @@ -105,7 +105,7 @@ module Refinery
it "sorts numerically rather than by string key" do
dummy, dummy_params = [], {}

# When we have 11 entries, the 11th index will be #10, which will be
# When we have 11 entries, the 11th index will be #10, which will be
# sorted above #2 if we are sorting by strings.
11.times do |n|
dummy << Refinery::CrudDummy.create!
Expand Down
4 changes: 2 additions & 2 deletions dashboard/refinerycms-dashboard.gemspec
Expand Up @@ -13,10 +13,10 @@ Gem::Specification.new do |s|
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski', 'David Jones', 'Steven Heidel']
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski']
s.license = %q{MIT}
s.require_paths = %w(lib)

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")

Expand Down
4 changes: 2 additions & 2 deletions images/refinerycms-images.gemspec
Expand Up @@ -13,10 +13,10 @@ Gem::Specification.new do |s|
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski', 'David Jones', 'Steven Heidel']
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski']
s.license = %q{MIT}
s.require_paths = %w(lib)

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")

Expand Down
3 changes: 1 addition & 2 deletions pages/refinerycms-pages.gemspec
Expand Up @@ -10,11 +10,10 @@ Gem::Specification.new do |s|
s.version = version
s.summary = %q{Pages extension for Refinery CMS}
s.description = %q{The default content extension of Refinery CMS. This extension handles the administration and display of user-editable pages.}
s.date = %q{2011-10-12}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski', 'David Jones', 'Steven Heidel']
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski']
s.license = %q{MIT}
s.require_paths = %w(lib)

Expand Down
2 changes: 1 addition & 1 deletion refinerycms.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski', 'David Jones', 'Steven Heidel']
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski']
s.license = %q{MIT}
s.bindir = 'bin'
s.executables = %w(refinerycms)
Expand Down
3 changes: 1 addition & 2 deletions resources/refinerycms-resources.gemspec
Expand Up @@ -10,11 +10,10 @@ Gem::Specification.new do |s|
s.version = version
s.summary = %q{Resources extension for Refinery CMS}
s.description = %q{Handles all file upload and processing functionality in Refinery CMS.}
s.date = %q{2011-10-12}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski', 'David Jones', 'Steven Heidel']
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski']
s.license = %q{MIT}
s.require_paths = %w(lib)

Expand Down
2 changes: 1 addition & 1 deletion testing/refinerycms-testing.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
s.authors = ['Philip Arndt']
s.authors = ['Philip Arndt', 'Uģis Ozols', 'Rob Yurkowski']
s.license = %q{MIT}
s.require_paths = %w(lib)

Expand Down

0 comments on commit 3c7c737

Please sign in to comment.