t1k 3.0.5 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +61 -37
  3. data/lib/t1k/version.rb +1 -1
  4. data/t1k.gemspec +3 -3
  5. metadata +64 -65
  6. data/T1000 +0 -34
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9256a57b59c6972ee18a324fc487654e234a9476
4
- data.tar.gz: 047ff10180234cb5976473d73e33d307ba107183
3
+ metadata.gz: 2595ec016c1ecaaa10e85ec5e18091e290059d29
4
+ data.tar.gz: d8f4cc449228028488ac33393995a66b64cdf8d7
5
5
  SHA512:
6
- metadata.gz: 3c09e601344d53c18dd9eb2de920c4174333618ee15fc6dfc46b785dc80b494e23c70e49592ee838ed31067cc44df6c1e3ef32df6e5161994fffe5b9847a3eae
7
- data.tar.gz: 6aa8a09d2fe3488429e41006a1f428e55192866f2c513be95d4067118e2f60d17bf6c0c6e5e7e55363cb8cddcada53530cd2117f8d050b22326f9800db3ee173
6
+ metadata.gz: 283b76cf34f58f230f91cb44b5716125f84311fe86768d3f867e2460991b53e401bed3f429dbaa4bf4ce9b5d1b687c5607406bebcfa8006e22ab95580d003bf8
7
+ data.tar.gz: 7ef7baef547bc4542b17e343879ab4db11b46dbed3268b6bade31b99f4c502cfc868d807def740b80c52ed96d7e3a688072efd7e0497d1b246e5fdbcbaaf8d30
data/Gemfile.lock CHANGED
@@ -1,22 +1,21 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- t1k (3.0.0)
4
+ t1k (3.0.5)
5
5
  activesupport (~> 4.2)
6
6
  bitbucket_rest_api
7
7
  clive (~> 1.2.1)
8
8
  github_api (~> 0.12)
9
- ruby-trello (~> 1.2.1)
9
+ ruby-trello (~> 2.0.0)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (4.2.1)
15
- activesupport (= 4.2.1)
14
+ activemodel (4.2.9)
15
+ activesupport (= 4.2.9)
16
16
  builder (~> 3.1)
17
- activesupport (4.2.1)
17
+ activesupport (4.2.9)
18
18
  i18n (~> 0.7)
19
- json (~> 1.7, >= 1.7.7)
20
19
  minitest (~> 5.1)
21
20
  thread_safe (~> 0.3, >= 0.3.4)
22
21
  tzinfo (~> 1.1)
@@ -28,62 +27,87 @@ GEM
28
27
  multi_json (>= 1.7.5, < 2.0)
29
28
  nokogiri (>= 1.5.2)
30
29
  simple_oauth
31
- builder (3.2.2)
30
+ builder (3.2.3)
32
31
  clive (1.2.1)
32
+ coderay (1.1.1)
33
33
  descendants_tracker (0.0.4)
34
34
  thread_safe (~> 0.3, >= 0.3.1)
35
- faraday (0.9.1)
35
+ docile (1.1.5)
36
+ domain_name (0.5.20170404)
37
+ unf (>= 0.0.5, < 1.0.0)
38
+ faraday (0.9.2)
36
39
  multipart-post (>= 1.2, < 3)
37
40
  faraday_middleware (0.9.2)
38
41
  faraday (>= 0.7.4, < 0.10)
39
- github_api (0.12.3)
40
- addressable (~> 2.3)
42
+ github_api (0.17.0)
43
+ addressable (~> 2.4.0)
41
44
  descendants_tracker (~> 0.0.4)
42
45
  faraday (~> 0.8, < 0.10)
43
- hashie (>= 3.3)
44
- multi_json (>= 1.7.5, < 2.0)
45
- nokogiri (~> 1.6.3)
46
- oauth2
47
- hashie (3.4.1)
48
- i18n (0.7.0)
49
- json (1.8.3)
50
- jwt (1.5.0)
51
- mime-types (2.6.1)
52
- mini_portile2 (2.0.0)
53
- minitest (5.7.0)
46
+ hashie (>= 3.4)
47
+ mime-types (>= 1.16, < 3.0)
48
+ oauth2 (~> 1.0)
49
+ hashie (3.5.6)
50
+ http-cookie (1.0.3)
51
+ domain_name (~> 0.5)
52
+ i18n (0.8.6)
53
+ json (1.8.6)
54
+ jwt (1.5.6)
55
+ method_source (0.8.2)
56
+ mime-types (2.99.3)
57
+ mini_portile2 (2.2.0)
58
+ minitest (5.10.3)
54
59
  multi_json (1.12.1)
55
- multi_xml (0.5.5)
60
+ multi_xml (0.6.0)
56
61
  multipart-post (2.0.0)
57
62
  netrc (0.11.0)
58
- nokogiri (1.6.7.2)
59
- mini_portile2 (~> 2.0.0.rc2)
60
- oauth (0.4.7)
61
- oauth2 (1.0.0)
62
- faraday (>= 0.8, < 0.10)
63
+ nokogiri (1.8.0)
64
+ mini_portile2 (~> 2.2.0)
65
+ oauth (0.5.3)
66
+ oauth2 (1.4.0)
67
+ faraday (>= 0.8, < 0.13)
63
68
  jwt (~> 1.0)
64
69
  multi_json (~> 1.3)
65
70
  multi_xml (~> 0.5)
66
- rack (~> 1.2)
67
- rack (1.6.1)
71
+ rack (>= 1.2, < 3)
72
+ pry (0.10.4)
73
+ coderay (~> 1.1.0)
74
+ method_source (~> 0.8.1)
75
+ slop (~> 3.4)
76
+ rack (2.0.3)
68
77
  rake (10.5.0)
69
- rest-client (1.7.3)
70
- mime-types (>= 1.16, < 3.0)
71
- netrc (~> 0.7)
72
- ruby-trello (1.2.1)
78
+ rest-client (2.0.2)
79
+ http-cookie (>= 1.0.2, < 2.0)
80
+ mime-types (>= 1.16, < 4.0)
81
+ netrc (~> 0.8)
82
+ ruby-trello (2.0.0)
73
83
  activemodel (>= 3.2.0)
74
84
  addressable (~> 2.3)
75
85
  json
76
- oauth (~> 0.4.5)
77
- rest-client (~> 1.7.2)
86
+ oauth (>= 0.4.5)
87
+ rest-client (>= 1.8.0)
78
88
  simple_oauth (0.3.1)
79
- thread_safe (0.3.5)
80
- tzinfo (1.2.2)
89
+ simplecov (0.11.2)
90
+ docile (~> 1.1.0)
91
+ json (~> 1.8)
92
+ simplecov-html (~> 0.10.0)
93
+ simplecov-html (0.10.1)
94
+ slop (3.6.0)
95
+ thread_safe (0.3.6)
96
+ tzinfo (1.2.3)
81
97
  thread_safe (~> 0.1)
98
+ unf (0.1.4)
99
+ unf_ext
100
+ unf_ext (0.0.7.4)
82
101
 
83
102
  PLATFORMS
84
103
  ruby
85
104
 
86
105
  DEPENDENCIES
87
106
  bundler (~> 1.9)
107
+ pry
88
108
  rake (~> 10.0)
109
+ simplecov (~> 0.11.2)
89
110
  t1k!
111
+
112
+ BUNDLED WITH
113
+ 1.15.2
data/lib/t1k/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module T1k
2
- VERSION = "3.0.5"
2
+ VERSION = "3.1.0"
3
3
  end
data/t1k.gemspec CHANGED
@@ -6,8 +6,8 @@ require 't1k/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "t1k"
8
8
  spec.version = T1k::VERSION
9
- spec.authors = ["Rodrigo Maia", "Fernando Martinez", "Felipe Aquino"]
10
- spec.email = ["rodrigomb@gmail.com", "fernando.xps@gmail.com", "aquinofb@gmail.com"]
9
+ spec.authors = ["Rodrigo Maia", "Heron Medeiros", "Felipe Aquino"]
10
+ spec.email = ["rodrigomb@gmail.com", "heron.medeiros@gmail.com", "aquinofb@gmail.com"]
11
11
 
12
12
  spec.homepage = "https://github.com/fortesinformatica/t1k"
13
13
  spec.summary = "T1K - Automated Git and Trello Workflow"
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
  spec.add_development_dependency 'simplecov' , '~>0.11.2'
25
25
  spec.add_development_dependency 'pry'
26
26
 
27
- spec.add_dependency 'ruby-trello' , '~> 1.2.1'
27
+ spec.add_dependency 'ruby-trello' , '~> 2.0.0'
28
28
  spec.add_dependency 'github_api' , '~> 0.12'
29
29
  spec.add_dependency 'activesupport', '~> 4.2'
30
30
  spec.add_dependency 'clive' , '~> 1.2.1'
metadata CHANGED
@@ -1,192 +1,191 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: t1k
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Maia
8
- - Fernando Martinez
8
+ - Heron Medeiros
9
9
  - Felipe Aquino
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-09-26 00:00:00.000000000 Z
13
+ date: 2017-08-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
17
17
  requirement: !ruby/object:Gem::Requirement
18
18
  requirements:
19
- - - ~>
19
+ - - "~>"
20
20
  - !ruby/object:Gem::Version
21
21
  version: '1.9'
22
22
  type: :development
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
- - - ~>
26
+ - - "~>"
27
27
  - !ruby/object:Gem::Version
28
28
  version: '1.9'
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: rake
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
- - - ~>
33
+ - - "~>"
34
34
  - !ruby/object:Gem::Version
35
35
  version: '10.0'
36
36
  type: :development
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
- - - ~>
40
+ - - "~>"
41
41
  - !ruby/object:Gem::Version
42
42
  version: '10.0'
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: simplecov
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - ~>
47
+ - - "~>"
48
48
  - !ruby/object:Gem::Version
49
49
  version: 0.11.2
50
50
  type: :development
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
- - - ~>
54
+ - - "~>"
55
55
  - !ruby/object:Gem::Version
56
56
  version: 0.11.2
57
57
  - !ruby/object:Gem::Dependency
58
58
  name: pry
59
59
  requirement: !ruby/object:Gem::Requirement
60
60
  requirements:
61
- - - '>='
61
+ - - ">="
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  type: :development
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
67
67
  requirements:
68
- - - '>='
68
+ - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: ruby-trello
73
73
  requirement: !ruby/object:Gem::Requirement
74
74
  requirements:
75
- - - ~>
75
+ - - "~>"
76
76
  - !ruby/object:Gem::Version
77
- version: 1.2.1
77
+ version: 2.0.0
78
78
  type: :runtime
79
79
  prerelease: false
80
80
  version_requirements: !ruby/object:Gem::Requirement
81
81
  requirements:
82
- - - ~>
82
+ - - "~>"
83
83
  - !ruby/object:Gem::Version
84
- version: 1.2.1
84
+ version: 2.0.0
85
85
  - !ruby/object:Gem::Dependency
86
86
  name: github_api
87
87
  requirement: !ruby/object:Gem::Requirement
88
88
  requirements:
89
- - - ~>
89
+ - - "~>"
90
90
  - !ruby/object:Gem::Version
91
91
  version: '0.12'
92
92
  type: :runtime
93
93
  prerelease: false
94
94
  version_requirements: !ruby/object:Gem::Requirement
95
95
  requirements:
96
- - - ~>
96
+ - - "~>"
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0.12'
99
99
  - !ruby/object:Gem::Dependency
100
100
  name: activesupport
101
101
  requirement: !ruby/object:Gem::Requirement
102
102
  requirements:
103
- - - ~>
103
+ - - "~>"
104
104
  - !ruby/object:Gem::Version
105
105
  version: '4.2'
106
106
  type: :runtime
107
107
  prerelease: false
108
108
  version_requirements: !ruby/object:Gem::Requirement
109
109
  requirements:
110
- - - ~>
110
+ - - "~>"
111
111
  - !ruby/object:Gem::Version
112
112
  version: '4.2'
113
113
  - !ruby/object:Gem::Dependency
114
114
  name: clive
115
115
  requirement: !ruby/object:Gem::Requirement
116
116
  requirements:
117
- - - ~>
117
+ - - "~>"
118
118
  - !ruby/object:Gem::Version
119
119
  version: 1.2.1
120
120
  type: :runtime
121
121
  prerelease: false
122
122
  version_requirements: !ruby/object:Gem::Requirement
123
123
  requirements:
124
- - - ~>
124
+ - - "~>"
125
125
  - !ruby/object:Gem::Version
126
126
  version: 1.2.1
127
127
  - !ruby/object:Gem::Dependency
128
128
  name: bitbucket_rest_api
129
129
  requirement: !ruby/object:Gem::Requirement
130
130
  requirements:
131
- - - '>='
131
+ - - ">="
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  type: :runtime
135
135
  prerelease: false
136
136
  version_requirements: !ruby/object:Gem::Requirement
137
137
  requirements:
138
- - - '>='
138
+ - - ">="
139
139
  - !ruby/object:Gem::Version
140
140
  version: '0'
141
141
  description: Use those scripts to create automatically branchs associated with issues
142
142
  and tracked commits.
143
143
  email:
144
144
  - rodrigomb@gmail.com
145
- - fernando.xps@gmail.com
145
+ - heron.medeiros@gmail.com
146
146
  - aquinofb@gmail.com
147
147
  executables:
148
148
  - t1k
149
149
  extensions: []
150
150
  extra_rdoc_files: []
151
151
  files:
152
- - ./CODE_OF_CONDUCT.md
153
- - ./Gemfile
154
- - ./Gemfile.lock
155
- - ./LICENSE.txt
156
- - ./README.md
157
- - ./Rakefile
158
- - ./T1000
159
- - ./bin/t1k
160
- - ./lib/t1k.rb
161
- - ./lib/t1k/command.rb
162
- - ./lib/t1k/commands/branch.rb
163
- - ./lib/t1k/commands/commit.rb
164
- - ./lib/t1k/commands/hack.rb
165
- - ./lib/t1k/commands/init.rb
166
- - ./lib/t1k/commands/pull_request.rb
167
- - ./lib/t1k/commands/ship.rb
168
- - ./lib/t1k/commands/sink.rb
169
- - ./lib/t1k/commands/validate.rb
170
- - ./lib/t1k/constants.rb
171
- - ./lib/t1k/repositories/bitbucket.rb
172
- - ./lib/t1k/repositories/github.rb
173
- - ./lib/t1k/repository.rb
174
- - ./lib/t1k/tracker.rb
175
- - ./lib/t1k/trackers/none.rb
176
- - ./lib/t1k/trackers/pivotal.rb
177
- - ./lib/t1k/trackers/trello.rb
178
- - ./lib/t1k/version.rb
179
- - ./resources/T1000
180
- - ./spec/spec_helper.rb
181
- - ./spec/support/kernel.rb
182
- - ./spec/t1k/commands/branch_spec.rb
183
- - ./spec/t1k/commands/commit_spec.rb
184
- - ./spec/t1k/commands/hack_spec.rb
185
- - ./spec/t1k/commands/pull_request_spec.rb
186
- - ./spec/t1k/commands/ship_spec.rb
187
- - ./spec/t1k/commands/validate_spec.rb
188
- - ./spec/t1k_spec.rb
189
- - ./t1k.gemspec
152
+ - "./CODE_OF_CONDUCT.md"
153
+ - "./Gemfile"
154
+ - "./Gemfile.lock"
155
+ - "./LICENSE.txt"
156
+ - "./README.md"
157
+ - "./Rakefile"
158
+ - "./bin/t1k"
159
+ - "./lib/t1k.rb"
160
+ - "./lib/t1k/command.rb"
161
+ - "./lib/t1k/commands/branch.rb"
162
+ - "./lib/t1k/commands/commit.rb"
163
+ - "./lib/t1k/commands/hack.rb"
164
+ - "./lib/t1k/commands/init.rb"
165
+ - "./lib/t1k/commands/pull_request.rb"
166
+ - "./lib/t1k/commands/ship.rb"
167
+ - "./lib/t1k/commands/sink.rb"
168
+ - "./lib/t1k/commands/validate.rb"
169
+ - "./lib/t1k/constants.rb"
170
+ - "./lib/t1k/repositories/bitbucket.rb"
171
+ - "./lib/t1k/repositories/github.rb"
172
+ - "./lib/t1k/repository.rb"
173
+ - "./lib/t1k/tracker.rb"
174
+ - "./lib/t1k/trackers/none.rb"
175
+ - "./lib/t1k/trackers/pivotal.rb"
176
+ - "./lib/t1k/trackers/trello.rb"
177
+ - "./lib/t1k/version.rb"
178
+ - "./resources/T1000"
179
+ - "./spec/spec_helper.rb"
180
+ - "./spec/support/kernel.rb"
181
+ - "./spec/t1k/commands/branch_spec.rb"
182
+ - "./spec/t1k/commands/commit_spec.rb"
183
+ - "./spec/t1k/commands/hack_spec.rb"
184
+ - "./spec/t1k/commands/pull_request_spec.rb"
185
+ - "./spec/t1k/commands/ship_spec.rb"
186
+ - "./spec/t1k/commands/validate_spec.rb"
187
+ - "./spec/t1k_spec.rb"
188
+ - "./t1k.gemspec"
190
189
  - README.md
191
190
  - Rakefile
192
191
  - bin/t1k
@@ -202,17 +201,17 @@ require_paths:
202
201
  - resources
203
202
  required_ruby_version: !ruby/object:Gem::Requirement
204
203
  requirements:
205
- - - '>='
204
+ - - ">="
206
205
  - !ruby/object:Gem::Version
207
206
  version: '0'
208
207
  required_rubygems_version: !ruby/object:Gem::Requirement
209
208
  requirements:
210
- - - '>='
209
+ - - ">="
211
210
  - !ruby/object:Gem::Version
212
211
  version: '0'
213
212
  requirements: []
214
213
  rubyforge_project:
215
- rubygems_version: 2.4.7
214
+ rubygems_version: 2.6.6
216
215
  signing_key:
217
216
  specification_version: 4
218
217
  summary: T1K - Automated Git and Trello Workflow
data/T1000 DELETED
@@ -1,34 +0,0 @@
1
- T1k.setup do |config|
2
-
3
- # Setup Github repository credentials
4
- # Create an auth_token here: https://github.com/settings/applications
5
- #
6
- # config.repository.adapter = :github
7
- # config.repository.setup do |c|
8
- # c.user = "GITHUB_USER"
9
- # c.repo = "REPOSITORY_NAME"
10
- # c.oauth_token = "YOUR_GITHUB_AUTH_TOKEN"
11
- # end
12
-
13
- # If you'll use bitbucket as repository you should set a shell variable with
14
- # your password as BITBUCKET_PWD in order to access bitbucket api
15
- config.repository.adapter = :bitbucket
16
- config.repository.setup do |c|
17
- c.user = "rodrigomaia"
18
- c.repo = "teste_t1k"
19
- c.password = "a1s2d3f4g5"
20
- end
21
-
22
- # Setup Trello board credentials
23
- #
24
- # Trello APP_DEVELOPER_KEY: https://trello.com/app-key
25
- # Trello App permission key: https://trello.com/1/connect?key=YOUR_KEY&name=BOARD_NAME&expiration=never&response_type=token&scope=read,write
26
- #
27
- config.tracker.adapter = :trello
28
- config.tracker.setup do |c|
29
- c.user_name = "rudrige"
30
- c.board_name = "maromba"
31
- c.member_token = "9f89c7a381a603b291015180dda8a9ef6e5e91211e17d29415058a70d4b670b8"
32
- c.developer_public_key = "1a74ff76544bb0e5d9123e609478fb9a"
33
- end
34
- end