forked from starburstgem/starburst
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
711 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# In .travis.yml | ||
gemfile: | ||
- gemfiles/3.0.20.gemfile | ||
- gemfiles/3.1.12.gemfile | ||
- gemfiles/3.2.19.gemfile | ||
- gemfiles/4.0.10.gemfile | ||
- gemfiles/4.1.6.gemfile | ||
|
||
language: ruby | ||
rvm: | ||
- "1.9.3" | ||
- "2.0.0" | ||
- "2.1.3" | ||
# uncomment this line if your project needs to run something other than `rake`: | ||
script: bundle exec rspec |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
['4.0.10', '4.1.6', '3.2.19', '3.1.12', '3.0.20'].each do |rails_version| | ||
appraise "rails_#{rails_version}" do | ||
gem "rails", rails_version | ||
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "rails", "3.0.20" | ||
|
||
gemspec :path => "../" |
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 |
---|---|---|
@@ -0,0 +1,126 @@ | ||
PATH | ||
remote: ../ | ||
specs: | ||
starburst (0.0.1) | ||
rails (>= 3.0) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
abstract (1.0.0) | ||
actionmailer (3.0.20) | ||
actionpack (= 3.0.20) | ||
mail (~> 2.2.19) | ||
actionpack (3.0.20) | ||
activemodel (= 3.0.20) | ||
activesupport (= 3.0.20) | ||
builder (~> 2.1.2) | ||
erubis (~> 2.6.6) | ||
i18n (~> 0.5.0) | ||
rack (~> 1.2.5) | ||
rack-mount (~> 0.6.14) | ||
rack-test (~> 0.5.7) | ||
tzinfo (~> 0.3.23) | ||
activemodel (3.0.20) | ||
activesupport (= 3.0.20) | ||
builder (~> 2.1.2) | ||
i18n (~> 0.5.0) | ||
activerecord (3.0.20) | ||
activemodel (= 3.0.20) | ||
activesupport (= 3.0.20) | ||
arel (~> 2.0.10) | ||
tzinfo (~> 0.3.23) | ||
activeresource (3.0.20) | ||
activemodel (= 3.0.20) | ||
activesupport (= 3.0.20) | ||
activesupport (3.0.20) | ||
appraisal (1.0.2) | ||
bundler | ||
rake | ||
thor (>= 0.14.0) | ||
arel (2.0.10) | ||
builder (2.1.2) | ||
capybara (2.4.3) | ||
mime-types (>= 1.16) | ||
nokogiri (>= 1.3.3) | ||
rack (>= 1.0.0) | ||
rack-test (>= 0.5.4) | ||
xpath (~> 2.0) | ||
diff-lcs (1.2.5) | ||
erubis (2.6.6) | ||
abstract (>= 1.0.0) | ||
factory_girl (4.4.0) | ||
activesupport (>= 3.0.0) | ||
factory_girl_rails (4.4.1) | ||
factory_girl (~> 4.4.0) | ||
railties (>= 3.0.0) | ||
i18n (0.5.4) | ||
json (1.8.1) | ||
mail (2.2.20) | ||
activesupport (>= 2.3.6) | ||
i18n (>= 0.4.0) | ||
mime-types (~> 1.16) | ||
treetop (~> 1.4.8) | ||
mime-types (1.25.1) | ||
mini_portile (0.6.0) | ||
nokogiri (1.6.3.1) | ||
mini_portile (= 0.6.0) | ||
polyglot (0.3.5) | ||
rack (1.2.8) | ||
rack-mount (0.6.14) | ||
rack (>= 1.0.0) | ||
rack-test (0.5.7) | ||
rack (>= 1.0) | ||
rails (3.0.20) | ||
actionmailer (= 3.0.20) | ||
actionpack (= 3.0.20) | ||
activerecord (= 3.0.20) | ||
activeresource (= 3.0.20) | ||
activesupport (= 3.0.20) | ||
bundler (~> 1.0) | ||
railties (= 3.0.20) | ||
railties (3.0.20) | ||
actionpack (= 3.0.20) | ||
activesupport (= 3.0.20) | ||
rake (>= 0.8.7) | ||
rdoc (~> 3.4) | ||
thor (~> 0.14.4) | ||
rake (10.3.2) | ||
rdoc (3.12.2) | ||
json (~> 1.4) | ||
rspec-core (3.1.5) | ||
rspec-support (~> 3.1.0) | ||
rspec-expectations (3.1.2) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.1.0) | ||
rspec-mocks (3.1.2) | ||
rspec-support (~> 3.1.0) | ||
rspec-rails (3.1.0) | ||
actionpack (>= 3.0) | ||
activesupport (>= 3.0) | ||
railties (>= 3.0) | ||
rspec-core (~> 3.1.0) | ||
rspec-expectations (~> 3.1.0) | ||
rspec-mocks (~> 3.1.0) | ||
rspec-support (~> 3.1.0) | ||
rspec-support (3.1.1) | ||
sqlite3 (1.3.9) | ||
thor (0.14.6) | ||
treetop (1.4.15) | ||
polyglot | ||
polyglot (>= 0.3.1) | ||
tzinfo (0.3.41) | ||
xpath (2.0.0) | ||
nokogiri (~> 1.3) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
appraisal | ||
capybara | ||
factory_girl_rails | ||
rails (= 3.0.20) | ||
rspec-rails | ||
sqlite3 | ||
starburst! |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "rails", "3.1.12" | ||
|
||
gemspec :path => "../" |
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 |
---|---|---|
@@ -0,0 +1,137 @@ | ||
PATH | ||
remote: ../ | ||
specs: | ||
starburst (0.0.1) | ||
rails (>= 3.0) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actionmailer (3.1.12) | ||
actionpack (= 3.1.12) | ||
mail (~> 2.4.4) | ||
actionpack (3.1.12) | ||
activemodel (= 3.1.12) | ||
activesupport (= 3.1.12) | ||
builder (~> 3.0.0) | ||
erubis (~> 2.7.0) | ||
i18n (~> 0.6) | ||
rack (~> 1.3.6) | ||
rack-cache (~> 1.2) | ||
rack-mount (~> 0.8.2) | ||
rack-test (~> 0.6.1) | ||
sprockets (~> 2.0.4) | ||
activemodel (3.1.12) | ||
activesupport (= 3.1.12) | ||
builder (~> 3.0.0) | ||
i18n (~> 0.6) | ||
activerecord (3.1.12) | ||
activemodel (= 3.1.12) | ||
activesupport (= 3.1.12) | ||
arel (~> 2.2.3) | ||
tzinfo (~> 0.3.29) | ||
activeresource (3.1.12) | ||
activemodel (= 3.1.12) | ||
activesupport (= 3.1.12) | ||
activesupport (3.1.12) | ||
multi_json (~> 1.0) | ||
appraisal (1.0.2) | ||
bundler | ||
rake | ||
thor (>= 0.14.0) | ||
arel (2.2.3) | ||
builder (3.0.4) | ||
capybara (2.4.3) | ||
mime-types (>= 1.16) | ||
nokogiri (>= 1.3.3) | ||
rack (>= 1.0.0) | ||
rack-test (>= 0.5.4) | ||
xpath (~> 2.0) | ||
diff-lcs (1.2.5) | ||
erubis (2.7.0) | ||
factory_girl (4.4.0) | ||
activesupport (>= 3.0.0) | ||
factory_girl_rails (4.4.1) | ||
factory_girl (~> 4.4.0) | ||
railties (>= 3.0.0) | ||
hike (1.2.3) | ||
i18n (0.6.11) | ||
json (1.8.1) | ||
mail (2.4.4) | ||
i18n (>= 0.4.0) | ||
mime-types (~> 1.16) | ||
treetop (~> 1.4.8) | ||
mime-types (1.25.1) | ||
mini_portile (0.6.0) | ||
multi_json (1.10.1) | ||
nokogiri (1.6.3.1) | ||
mini_portile (= 0.6.0) | ||
polyglot (0.3.5) | ||
rack (1.3.10) | ||
rack-cache (1.2) | ||
rack (>= 0.4) | ||
rack-mount (0.8.3) | ||
rack (>= 1.0.0) | ||
rack-ssl (1.3.4) | ||
rack | ||
rack-test (0.6.2) | ||
rack (>= 1.0) | ||
rails (3.1.12) | ||
actionmailer (= 3.1.12) | ||
actionpack (= 3.1.12) | ||
activerecord (= 3.1.12) | ||
activeresource (= 3.1.12) | ||
activesupport (= 3.1.12) | ||
bundler (~> 1.0) | ||
railties (= 3.1.12) | ||
railties (3.1.12) | ||
actionpack (= 3.1.12) | ||
activesupport (= 3.1.12) | ||
rack-ssl (~> 1.3.2) | ||
rake (>= 0.8.7) | ||
rdoc (~> 3.4) | ||
thor (~> 0.14.6) | ||
rake (10.3.2) | ||
rdoc (3.12.2) | ||
json (~> 1.4) | ||
rspec-core (3.1.5) | ||
rspec-support (~> 3.1.0) | ||
rspec-expectations (3.1.2) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.1.0) | ||
rspec-mocks (3.1.2) | ||
rspec-support (~> 3.1.0) | ||
rspec-rails (3.1.0) | ||
actionpack (>= 3.0) | ||
activesupport (>= 3.0) | ||
railties (>= 3.0) | ||
rspec-core (~> 3.1.0) | ||
rspec-expectations (~> 3.1.0) | ||
rspec-mocks (~> 3.1.0) | ||
rspec-support (~> 3.1.0) | ||
rspec-support (3.1.1) | ||
sprockets (2.0.4) | ||
hike (~> 1.2) | ||
rack (~> 1.0) | ||
tilt (~> 1.1, != 1.3.0) | ||
sqlite3 (1.3.9) | ||
thor (0.14.6) | ||
tilt (1.4.1) | ||
treetop (1.4.15) | ||
polyglot | ||
polyglot (>= 0.3.1) | ||
tzinfo (0.3.41) | ||
xpath (2.0.0) | ||
nokogiri (~> 1.3) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
appraisal | ||
capybara | ||
factory_girl_rails | ||
rails (= 3.1.12) | ||
rspec-rails | ||
sqlite3 | ||
starburst! |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "rails", "3.2.19" | ||
|
||
gemspec :path => "../" |
Oops, something went wrong.