-
Notifications
You must be signed in to change notification settings - Fork 759
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #235 from rmosolgo/call-it-1.0
bump to 1.0
- Loading branch information
Showing
4 changed files
with
8 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module React | ||
module Rails | ||
# If you change this, make sure to update VERSIONS.md | ||
VERSION = '1.0.0.pre' | ||
VERSION = '1.0.0' | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,22 +14,22 @@ Gem::Specification.new do |s| | |
s.author = ['Paul O’Shannessy'] | ||
s.email = ['[email protected]'] | ||
|
||
s.add_development_dependency 'bundler', '>= 1.2.2' | ||
s.add_development_dependency 'appraisal' | ||
s.add_development_dependency 'bundler', '>= 1.2.2' | ||
s.add_development_dependency 'coffee-rails' | ||
s.add_development_dependency 'turbolinks', '>= 2.0.0' | ||
s.add_development_dependency 'es5-shim-rails', '>= 2.0.5' | ||
s.add_development_dependency 'jbuilder' | ||
s.add_development_dependency 'poltergeist', '>= 0.3.3' | ||
s.add_development_dependency 'test-unit', '~> 2.5' | ||
s.add_development_dependency 'turbolinks', '>= 2.0.0' | ||
|
||
s.add_development_dependency 'jbuilder' | ||
|
||
s.add_dependency 'execjs' | ||
s.add_dependency 'coffee-script-source', '~>1.8' | ||
s.add_dependency 'connection_pool' | ||
s.add_dependency 'execjs' | ||
s.add_dependency 'rails', '>= 3.1' | ||
# If you change this, make sure to update VERSIONS.md: | ||
s.add_dependency 'react-source', '~> 0.13' | ||
s.add_dependency 'connection_pool' | ||
|
||
s.files = Dir[ | ||
'lib/**/*', | ||
|