Skip to content

Commit

Permalink
Merge pull request #229 from MsysTechnologiesllc/nim/gov_cloud
Browse files Browse the repository at this point in the history
Updating Rake task to support publishing extension on Gov Cloud
  • Loading branch information
Nimisha Sharad committed Sep 26, 2017
2 parents d4abd59 + 9596c7a commit d555132
Show file tree
Hide file tree
Showing 4 changed files with 315 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rvm:
- 2.0.0
- 2.4.1

script: bundle exec rake spec
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ source "https://rubygems.org"
gemspec

group :development do
gem 'pry'
gem 'rb-readline'
gem 'rake'
gem "rack", "< 2.0" # 2.0 requires Ruby 2.2+
end

0 comments on commit d555132

Please sign in to comment.