This repository was archived by the owner on Oct 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
module ReactiveRecord
2
- VERSION = "0.9 .0"
2
+ VERSION = "0.8 .0"
3
3
end
Original file line number Diff line number Diff line change
1
+ For example assuming you are releasing fix to 0.8.18
2
+
3
+ 1 . Checkout 0-8-stable
4
+ 2 . Update tests, fix the bug and commit the changes.
5
+ 3 . Build & Release to RubyGems (Remember the version in version.rb should already be 0.8.19)
6
+ 4 . Create a tag 'v0.8.19' pointing to that commit.
7
+ 5 . Bump the version in 0-8-stable to 0.8.20 so it will be ready for the next patch level release.
8
+ 6 . Commit the version bump, and do a ` git push --tags ` so the new tag goes up
Original file line number Diff line number Diff line change 1
1
source "http://rubygems.org"
2
2
gem "rails"
3
3
gem 'sqlite3'
4
- gem 'react-rails' , "1.3.3"
4
+ gem 'react-rails' #, "1.3.3"
5
+ gem 'opal' #, '~> 0.8.0'
5
6
gem 'reactrb'
6
7
gem 'opal-rails' , git : "https://github.com/reactrb/opal-rails.git"
7
8
gem 'reactive-record' , path : "../.."
Original file line number Diff line number Diff line change 107
107
nokogiri (1.6.8 )
108
108
mini_portile2 (~> 2.1.0 )
109
109
pkg-config (~> 1.1.7 )
110
- opal (0.9.2 )
110
+ opal (0.8.1 )
111
111
hike (~> 1.2 )
112
112
sourcemap (~> 0.1.0 )
113
113
sprockets (~> 3.1 )
160
160
rake (>= 0.8.7 )
161
161
thor (>= 0.18.1 , < 2.0 )
162
162
rake (11.1.2 )
163
- react-rails (1.3.3 )
163
+ react-rails (1.7.1 )
164
164
babel-transpiler (>= 0.7.0 )
165
165
coffee-script-source (~> 1.8 )
166
166
connection_pool
@@ -197,12 +197,13 @@ PLATFORMS
197
197
DEPENDENCIES
198
198
byebug
199
199
jquery-cookie-rails
200
+ opal (~> 0.8.0 )
200
201
opal-rails !
201
202
opal-rspec-rails !
202
203
pry-rails
203
204
pry-rescue
204
205
rails
205
- react-rails ( = 1.3.3 )
206
+ react-rails
206
207
reactive-record !
207
208
reactrb
208
209
sqlite3
You can’t perform that action at this time.
0 commit comments