rgitflow 0.1.0.pre.alpha.pre.11 → 0.1.0.pre.alpha.pre.12

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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/bin/setup +5 -0
  3. data/rgitflow.gemspec +1 -0
  4. metadata +17 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzUxOWI3MjgwZTk1YTA0NGYyMjFhYzlhNTlkOTZiMjlmYmFiNjc5Nw==
4
+ MGM0ZTBmYTAxODQwODYyNzRkNmI1MGIwMTNkNDExY2U0ZDY3OWEyZA==
5
5
  data.tar.gz: !binary |-
6
- MzhhNjI5YjFhMjM3NTI0YjQ4NTdjYzEyMDM0M2M3NmY5Y2QwYzc0NQ==
6
+ NmZjYTM1YzNlODNhMTI1YTk2OWU4ZDQ3YWY1MmViOGYwZTIzN2MzMA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OGRhMjE1MWI3NWQ0ZjE1N2YzZWU2ZGUzNWZhMDMzZjdlYmIzZjAzMTc4ZDBk
10
- NjBmMjA0ODhlYWRhNTYxYWFiMDI5OTQ2ZDYwYzk0OGFkZGU1ZDU0NTI4NmVh
11
- YmFiM2Q0N2I0NzA1YWQ1NTU4NjE1MDBiYzRkZTQ3NTJhOGY5ZmE=
9
+ MjI0NjczOGZlNWZjMGYxMjJhYjI0NzM5ZDI2MGU5M2I2MWUxYTBlZGQyMWNh
10
+ ZGJjZWY4M2E3YzFiMDdlMmI2YmVkMzYwYTIzYzQxZGRlNjkzMTdiNjViZDg4
11
+ ODU1ZTI1NzRmYzU5OTdjYjA1ZmNjYTc2NWUxNWJkYzdiOTIzYmE=
12
12
  data.tar.gz: !binary |-
13
- MjliMzAwNzc1NTA3ZGI2ZmJlNmQwYzA5MWUyYzc0MDIyZGVlMmQzN2I4MmYy
14
- ZDgzNDVjOGYwYmU4YTBkOTlmODdjNzgzMDkzYmY3ZmFkYTAyOGVjNTczMjIw
15
- ZWEwOTI0OTJiNzFiZjBlZWJjZGI5ZmYyNjY3ODk0NDg1YmI3YWI=
13
+ MWM4NTA4MjQ0MjQ3OWJmMzNkZjYyOTBhZTE3Nzg5Y2MzMjMwZjJmMGFjNWI2
14
+ NjdmZmQ2N2I5ZmQwZDIwYWUwYzdkN2E4ZGU1YmU4MzVkNmEzMDhiYWM1Y2U4
15
+ MjQ3MGJhNzllMGViZTJjODY1ODdhM2FiNjkwMmU0MjJlYjBhMTE=
data/bin/setup ADDED
@@ -0,0 +1,5 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle install
data/rgitflow.gemspec CHANGED
@@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.extra_rdoc_files = `git ls-files -z`.split("\x0").select { |f| f.match(/(.+).(txt|rdoc)/) }
23
23
 
24
24
  spec.add_dependency 'rake', '~> 10.0'
25
+ spec.add_dependency 'thor', '~> 0.19'
25
26
  spec.add_dependency 'git', '~> 1.2'
26
27
  spec.add_dependency 'ansi', '~> 1.5'
27
28
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgitflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.pre.11
4
+ version: 0.1.0.pre.alpha.pre.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Harrah
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-26 00:00:00.000000000 Z
11
+ date: 2015-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '10.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: thor
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '0.19'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: '0.19'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: git
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -129,6 +143,7 @@ files:
129
143
  - LICENSE.txt
130
144
  - README.md
131
145
  - Rakefile
146
+ - bin/setup
132
147
  - lib/rgitflow.rb
133
148
  - lib/rgitflow/autoload.rb
134
149
  - lib/rgitflow/config.rb