Rails 3 RC1 release

- updated gem version and changelog
pull/6827/head
Christian Ratz 12 years ago
parent d78d47958e
commit 39c0833f2c
  1. 5
      ChangeLog
  2. 2
      lib/openproject_meeting/version.rb
  3. 2
      openproject_meeting.gemspec

@ -1,3 +1,8 @@
2013-05-24 Christian Ratz <c.ratz@finn.de>
* RC1 of the Rails 3 version
* This version is no longer compatible with the Rails 2 core
2013-03-22 Jens Ulferts <j.ulferts@finn.de> 2013-03-22 Jens Ulferts <j.ulferts@finn.de>
* fixes routes * fixes routes

@ -1,3 +1,3 @@
module MeetingsPlugin module MeetingsPlugin
VERSION = "2.5.0.9f84cd" VERSION = "2.5.1.rc1"
end end

@ -8,7 +8,7 @@ require "openproject_meeting/version"
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "openproject_meeting" s.name = "openproject_meeting"
s.version = MeetingsPlugin::VERSION s.version = MeetingsPlugin::VERSION
s.authors = "Felix Schäfer, Finn GmbH" s.authors = "Finn GmbH"
s.email = "info@finn.de" s.email = "info@finn.de"
s.homepage = "http://www.finn.de" s.homepage = "http://www.finn.de"
s.summary = "This plugin adds a meeting module with functionality to plan an agenda and save the minutes of a meeting." s.summary = "This plugin adds a meeting module with functionality to plan an agenda and save the minutes of a meeting."

Loading…
Cancel
Save