gh-push 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/bin/gh-push +0 -4
  4. data/gh-push.gemspec +2 -2
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 043a6ef7494f27deb344d44591a71086f92557d6
4
- data.tar.gz: 34471592e163d5ec81b56da3aa2e7553118e7641
3
+ metadata.gz: 3016ff650490769dc4654e6f1c123f43ed6e2c29
4
+ data.tar.gz: d4d3b06f4258d46860570f5d4005b371bceb65d6
5
5
  SHA512:
6
- metadata.gz: 89b0fef4ee12e0476cd52051cbeb905424e620599cee6e50ae7bbf41689fe03ed6ba2e7f415b5aa5776effa5a10665b8f5188a1f7849096763942aef528cadd1
7
- data.tar.gz: 97505e33fab7e395d5d2b7a7cd9fda5f49e6fc627e0ec73d5ae3e2139f95b58870c9b37174de8f3399f1015050054b6fa4d2f25f56f400d99eb3776741994abc
6
+ metadata.gz: a457236d89d542523823653abc133c3c8aaaaeb0069a6aa50a9ee857edbb3da4ffe6131f99569459530390cb71987a73c1c2d75686f3b99218a132a31efce555
7
+ data.tar.gz: ca4ff2296f81101c5e6165cc4728642239361ac34581afe9a9f820d3ed930e00d5e2da605262d18255535087dac89187be64e96dc25243181424d4daa9cad4ff
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -38,10 +38,6 @@ each_dir(input_dir) do |item|
38
38
  })
39
39
  end
40
40
 
41
- p files
42
-
43
41
  sha_new_tree = github.create_tree(repo, files, {:base_tree => sha_base_tree }).sha
44
42
  sha_new_commit = github.create_commit(repo, commit_msg, sha_new_tree, sha_latest_commit).sha
45
43
  updated_ref = github.update_ref(repo, ref, sha_new_commit)
46
-
47
- puts updated_ref
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: gh-push 0.1.2 ruby lib
5
+ # stub: gh-push 0.1.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "gh-push"
9
- s.version = "0.1.2"
9
+ s.version = "0.1.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gh-push
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Bonadio