We can now depend on refinerycms ~> 2.0.3 and mark this as version 2.0.2

This commit is contained in:
Philip Arndt 2012-04-06 22:29:07 +12:00
parent 5b0828b408
commit 93c2726f0b
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ source "http://rubygems.org"
gemspec
gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git', :branch => '2-0-stable'
gem 'refinerycms', '~> 2.0.3'
group :development, :test do
require 'rbconfig'

View file

@ -3,7 +3,7 @@ module Refinery
class Version
@major = 2
@minor = 0
@tiny = 1
@tiny = 2
class << self
attr_reader :major, :minor, :tiny