Skip to content

Commit

Permalink
Merge pull request #5 from Shopify/package-cloud
Browse files Browse the repository at this point in the history
Preparation for Packagecloud
  • Loading branch information
meagar authored Oct 12, 2017
2 parents ae1636c + ed7ef70 commit a6f537a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ gem 'html_tokenizer', git: 'https://github.com/EiNSTeiN-/html_tokenizer.git'
#gem 'html_tokenizer', path: '/Users/einstein/src/html_tokenizer'
gem 'mocha'
gem 'erubis'

group :deployment do
gem 'package_cloud'
end
19 changes: 18 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,38 @@ GEM
concurrent-ruby (1.0.5)
erubi (1.6.1)
erubis (2.7.0)
highline (1.6.20)
i18n (0.8.6)
json_pure (1.8.1)
loofah (2.0.3)
nokogiri (>= 1.5.9)
metaclass (0.0.4)
mime-types (2.99.3)
mini_portile2 (2.2.0)
minitest (5.10.3)
mocha (1.2.1)
metaclass (~> 0.0.1)
netrc (0.11.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
package_cloud (0.2.45)
highline (= 1.6.20)
json_pure (= 1.8.1)
rainbow (= 2.2.2)
rest-client (~> 1.7.3)
thor (~> 0.18)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rainbow (2.2.2)
rake
rake (11.1.2)
rest-client (1.7.3)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
thor (0.20.0)
thread_safe (0.3.6)
tzinfo (1.2.3)
thread_safe (~> 0.1)
Expand All @@ -59,7 +75,8 @@ DEPENDENCIES
html_tokenizer!
minitest
mocha
package_cloud
rake

BUNDLED WITH
1.15.1
1.16.0.pre.3
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
begin
require 'bundler/setup'
require "bundler/gem_tasks"
rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
Expand Down
4 changes: 4 additions & 0 deletions shipit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
deploy:
override:
- bundle exec rake build
- bundle exec package_cloud push shopify/gems pkg/*.gem

0 comments on commit a6f537a

Please sign in to comment.