Permalink
Browse files

deploy to heroku from travis

  • Loading branch information...
1 parent 7fb8995 commit efaa52bde7ca4c4719f5e281ff60bef24aa013af @mscoutermarsh mscoutermarsh committed Dec 1, 2015
Showing with 51 additions and 40 deletions.
  1. +11 −4 .travis.yml
  2. +34 −30 Gemfile.lock
  3. +2 −2 bin/pry
  4. +2 −2 bin/rspec
  5. +2 −2 bin/rubocop
View
@@ -1,10 +1,17 @@
sudo: false
language: ruby
rvm:
- - 2.2.3
+- 2.2.3
before_install: gem update --remote bundler
install:
- - bundle install --retry=3
+- bundle install --retry=3
script:
- - bundle exec rspec
- - bundle exec rubocop --config .rubocop.yml
+- bundle exec rspec
+- bundle exec rubocop --config .rubocop.yml
+deploy:
+ provider: heroku
+ api_key:
+ secure: nc9NZr6jbYNw7rSHTyHPaVQ5vnY5NVRPUKYX8gUdi1ZMhbqLGV2u/UjCZUFdhmUoMBqh+x8VeJB8XNGmOI2r4eDue0GinCrMTkVJhxvoQDfXehws17tNsmWGQhuESN5Df/HEe+14nVi2C2z18N04pl6ZfyJPJ8kaCujEMZ62jD6RkX4Kg5FhRxfmRJc6x7gxbM+IrZPZWOvknse7eui3tiX0Hgvt6BJ+ajLLa2w0VCapXbsNMhBdbPBu3EtlyEOhWOVMJhP/QgUzm1lOZrEorj2HsR5NjUUN4vAumzfk2e85HV8su4U0h6xeozYy8p01IQb/Qob7EVQR/z1nRX55VBc5/sOFvNYbmSN0l9Qan9CEslTRCBrsZJ1l2NVMAeWWw2Chd+OGhKwCt29tgE9fNktcgO3jJTfozfZmFVHqj1sE5eVmijuDrHW0rUIOgLopyzdjISVHmcgQSq+VT/4CJE2bCsDAiJY3QA3NpnSxC7UFVB3JlasYiLQHRKngYuKGwILmlpo6Ee9rWEtqDjWk4sykRp5gj5L8qeVzBSuxTC0FDbZAGp01JNl1NjEGJk7HqH8Hxu3CN0TFoXI3KTxiku6BdZS3vazfdeKDrBDMUrKTqgoQ9oGdx5Ov1orS+XLUq46mqdog//lUUVepvDrQJcHY11O2xM901BxhZCrZfFM=
+ app: sharemeow
+ on:
+ repo: producthunt/ShareMeow
View
@@ -12,7 +12,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
- activesupport (4.2.4)
+ activesupport (4.2.5)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
@@ -21,17 +21,19 @@ GEM
ast (2.1.0)
astrolabe (1.3.1)
parser (~> 2.2)
- aws-sdk (2.1.31)
- aws-sdk-resources (= 2.1.31)
- aws-sdk-core (2.1.31)
+ aws-sdk (2.2.3)
+ aws-sdk-resources (= 2.2.3)
+ aws-sdk-core (2.2.3)
jmespath (~> 1.0)
- aws-sdk-resources (2.1.31)
- aws-sdk-core (= 2.1.31)
+ aws-sdk-resources (2.2.3)
+ aws-sdk-core (= 2.2.3)
builder (3.2.2)
- byebug (5.0.0)
- columnize (= 0.9.0)
+ byebug (2.7.0)
+ columnize (~> 0.3)
+ debugger-linecache (~> 1.2)
coderay (1.1.0)
columnize (0.9.0)
+ debugger-linecache (1.2.0)
diff-lcs (1.2.5)
dotenv (2.0.2)
erubis (2.7.0)
@@ -42,19 +44,19 @@ GEM
jmespath (1.1.3)
json (1.8.3)
method_source (0.8.2)
- minitest (5.8.1)
+ minitest (5.8.3)
multi_json (1.11.2)
parser (2.2.3.0)
ast (>= 1.1, < 3.0)
powerpack (0.1.1)
- pry (0.10.3)
- coderay (~> 1.1.0)
- method_source (~> 0.8.1)
+ pry (0.9.12.6)
+ coderay (~> 1.0)
+ method_source (~> 0.8)
slop (~> 3.4)
- pry-byebug (3.2.0)
- byebug (~> 5.0)
- pry (~> 0.10)
- puma (2.14.0)
+ pry-byebug (1.3.2)
+ byebug (~> 2.7)
+ pry (~> 0.9.12)
+ puma (2.15.3)
rack (1.6.4)
rack-contrib (1.4.0)
git-version-bump (~> 0.15)
@@ -66,25 +68,26 @@ GEM
rack (>= 1.0)
rainbow (2.0.0)
rake (10.4.2)
- rspec (3.3.0)
- rspec-core (~> 3.3.0)
- rspec-expectations (~> 3.3.0)
- rspec-mocks (~> 3.3.0)
- rspec-core (3.3.2)
- rspec-support (~> 3.3.0)
- rspec-expectations (3.3.1)
+ rspec (3.4.0)
+ rspec-core (~> 3.4.0)
+ rspec-expectations (~> 3.4.0)
+ rspec-mocks (~> 3.4.0)
+ rspec-core (3.4.1)
+ rspec-support (~> 3.4.0)
+ rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.3.0)
- rspec-mocks (3.3.2)
+ rspec-support (~> 3.4.0)
+ rspec-mocks (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.3.0)
- rspec-support (3.3.0)
- rubocop (0.34.2)
+ rspec-support (~> 3.4.0)
+ rspec-support (3.4.1)
+ rubocop (0.35.1)
astrolabe (~> 1.3)
- parser (>= 2.2.2.5, < 3.0)
+ parser (>= 2.2.3.0, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
- ruby-progressbar (~> 1.4)
+ ruby-progressbar (~> 1.7)
+ tins (<= 1.6.0)
ruby-progressbar (1.7.5)
rumoji (0.4.1)
sinatra (1.4.6)
@@ -97,6 +100,7 @@ GEM
slop (3.6.0)
thread_safe (0.3.5)
tilt (1.4.1)
+ tins (1.6.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
wkhtmltoimage-binary (0.12.2)
View
@@ -7,8 +7,8 @@
#
require 'pathname'
-ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
- Pathname.new(__FILE__).realpath)
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
+ Pathname.new(__FILE__).realpath)
require 'rubygems'
require 'bundler/setup'
View
@@ -7,8 +7,8 @@
#
require 'pathname'
-ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
- Pathname.new(__FILE__).realpath)
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
+ Pathname.new(__FILE__).realpath)
require 'rubygems'
require 'bundler/setup'
View
@@ -7,8 +7,8 @@
#
require 'pathname'
-ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile',
- Pathname.new(__FILE__).realpath)
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
+ Pathname.new(__FILE__).realpath)
require 'rubygems'
require 'bundler/setup'

0 comments on commit efaa52b

Please sign in to comment.