tidy_reset 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ODI1ZDgyOTFlYzg2MjY2ZTIzNWRlZmZmNGRjNWU1NzQ2NjJjZWVhMQ==
4
+ ZmMwMGNmNGFmZThiNGUxODViYjU0YWNjODE4NWViZmFkYmE2MTQ2MQ==
5
5
  data.tar.gz: !binary |-
6
- MzQzY2VlMmYxYjU2M2JhMDc5ZjE2MmJmZTE5NjFhZDI5MjlkYWE0ZA==
6
+ N2FjZDQ5MmZmNzU4OGIzZjdlOTM1YWNmYzBlMjhjOGY0MDNjMzc5NQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YThhOGE0ZmVhZjhmMDhjZGZlYTcwMDAwNTEyOTllZjZjMjBmYTI1ZTZlZDAy
10
- NDdhYzVlYWQzODg5NGExYTU4MDRiNjBhYjM1OWZmYjE0ODA0M2JjNTk5MGY5
11
- MDRmNjc0ODY5MzgwY2Y2MDViNWYyMzE5MTVhNDQ0MDY1Y2Y4MjQ=
9
+ ZWU2ZDk5MjIwNDdjNmIxN2YwNDMzYTAyMjFiOTYzZjQ1ZTY0YzcyNzcyODUy
10
+ MTg0NmEwNjdmODAxOTc1N2Y5ZWQ2YjEwODEwN2NhMjdhYmM1MGMzMzQ0NjEy
11
+ NmNkZWI0MTU5MzFiM2Q5YmFmNzljMTViYzUyOGQ2YWJkMTI1MzA=
12
12
  data.tar.gz: !binary |-
13
- NjZlOTAzYWZmZTI3NjE5NTNmOTEyY2NmNDFlNmMzMmIwZDg4N2VhODNiN2Ix
14
- Y2M4NjY2YWRhMjgzOGM5ZGUxYmU2YjllNzkxY2JmZTc5ZWM0NWViNGIyM2Zi
15
- ZDYxNmJlNTFlNzgwMjE0NjU1MjY2MmMxMjkxNzBjNzY0NzQ2MDM=
13
+ NTY0M2EyODQxZGE4YWM3NzVhOTAzYTc4MjA1M2UxZWZlYjI5ODUyMTQzNDk0
14
+ NjQ1NjJkNTg2Y2UwNGFkYjM2MjU1ZDQwMmM3M2M4ZjkwNjcyNmU3Nzg1NjRi
15
+ NGFlYmRjN2JlZDQxZTA4YWUxNDJmOTI3ZTY4MTc0YzNjNTg0YjA=
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -16,7 +16,7 @@ namespace :tidy do
16
16
  task :git, [:stage] => [:validate] do |t, args|
17
17
  app = TidyReset.app_name(args.stage)
18
18
  # Ensure the remote is set
19
- TidyReset.execute("[[ -n $(git remote -v | grep -E '^#{args.stage}') ]] || git remote add #{args.stage} git@heroku.com:#{app}.git")
19
+ TidyReset.execute("if test ! -n \"$(git remote -v | grep -E '^#{args.stage}')\"; then git remote add #{args.stage} git@heroku.com:#{app}.git; fi")
20
20
  if ENV['GIT_REF'] == 'none'
21
21
  # show ref on heroku remote
22
22
  TidyReset.execute("git ls-remote #{args.stage} | grep HEAD")
data/tidy_reset.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "tidy_reset"
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Thinknear"]
12
- s.date = "2014-06-25"
12
+ s.date = "2014-07-22"
13
13
  s.description = "Reset dynos, environment variables, deploys master git branch, and purges the database."
14
14
  s.email = "software@thinknear.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tidy_reset
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thinknear
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-25 00:00:00.000000000 Z
11
+ date: 2014-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler