Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit c7cedb9

Browse files
committed
version update
1 parent c6568f8 commit c7cedb9

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

lib/reactive_record/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ReactiveRecord
2-
VERSION = "0.9.0"
2+
VERSION = "0.8.0"
33
end

path-release-steps.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

spec/test_app/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
source "http://rubygems.org"
22
gem "rails"
33
gem 'sqlite3'
4-
gem 'react-rails', "1.3.3"
4+
gem 'react-rails' #, "1.3.3"
5+
gem 'opal' #, '~> 0.8.0'
56
gem 'reactrb'
67
gem 'opal-rails', git: "https://github.com/reactrb/opal-rails.git"
78
gem 'reactive-record', path: "../.."

spec/test_app/Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ GEM
107107
nokogiri (1.6.8)
108108
mini_portile2 (~> 2.1.0)
109109
pkg-config (~> 1.1.7)
110-
opal (0.9.2)
110+
opal (0.8.1)
111111
hike (~> 1.2)
112112
sourcemap (~> 0.1.0)
113113
sprockets (~> 3.1)
@@ -160,7 +160,7 @@ GEM
160160
rake (>= 0.8.7)
161161
thor (>= 0.18.1, < 2.0)
162162
rake (11.1.2)
163-
react-rails (1.3.3)
163+
react-rails (1.7.1)
164164
babel-transpiler (>= 0.7.0)
165165
coffee-script-source (~> 1.8)
166166
connection_pool
@@ -197,12 +197,13 @@ PLATFORMS
197197
DEPENDENCIES
198198
byebug
199199
jquery-cookie-rails
200+
opal (~> 0.8.0)
200201
opal-rails!
201202
opal-rspec-rails!
202203
pry-rails
203204
pry-rescue
204205
rails
205-
react-rails (= 1.3.3)
206+
react-rails
206207
reactive-record!
207208
reactrb
208209
sqlite3

spec/test_app/db/development.sqlite3

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)