We can now depend on refinerycms ~> 2.0.3 and mark this as version 2.0.2
This commit is contained in:
parent
5b0828b408
commit
93c2726f0b
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
|
@ -3,7 +3,7 @@ module Refinery
|
|||
class Version
|
||||
@major = 2
|
||||
@minor = 0
|
||||
@tiny = 1
|
||||
@tiny = 2
|
||||
|
||||
class << self
|
||||
attr_reader :major, :minor, :tiny
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue