autosign 0.0.5 → 0.0.6

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
- N2NlZjBhMzhjYmVjMDJkODRkYThmN2U3NTI2MWNkMzUxNzUxNzhiYg==
4
+ MmQ5ODVkNzdjNjNmYjI4YjhiYWUzYmM3NmQ0ODlhNjgyNDljOWI3NQ==
5
5
  data.tar.gz: !binary |-
6
- YWIwNGM1ZmNjYjc3ZWI3NmU2ZDNiNTE1YjgwNDU4NWRiNzVmMWJlYw==
6
+ YmVkMjY0NjE5ZjIwMjBkYThiNDdkYTczMzBhYmVkYWRjMzNhMDQzMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YWMwNzQ2ZjM4ZTNmMWQzNmE2ZTA4NGM2NzAwZGJlYWU5NDgzM2NlODRmZTRh
10
- MWY3NmU4MjY3MWMyNjk0NjRjYTc1MWNkNGRmMjk0OTRhYTM4ZWRiNjg0NGZm
11
- OTU4ODIwY2M2N2RiNmJiYTNkYjlkYjllM2Q5NWFmOGZhODA4YTc=
9
+ ODhmODE3ZjYxMmMwNGE0ZjgzMWJlYzBjZThlYTE0Y2EwYTY1NzhkYWZlNmE1
10
+ N2JlMDBkMTUzMWM3MmYxZGRhN2I5MTIwY2QxNjI0YTkyNDk3MjhhNDUxMDFl
11
+ YzE2YTkzZDFlZTk5MGZlOWU1MGFlYzU0MzU4ZTEzZGUwMDQxYzY=
12
12
  data.tar.gz: !binary |-
13
- MTg2YTI4ZTAwMjZjMjUwZTk5ZjY2YzZmODE4MjI3NTE0ZjA1OTAwOTRmMGMz
14
- Njg0ZWZlZmIwMjUwNTJlYmQ1ZjJjMDMyY2E5MmNiYjNhMzhiMzUyYmE0MWI2
15
- NDE0NjcxMGY2MmI0MjAxMzgxODkzMTk4NzI4Yjc1ZjMzOWRkZGY=
13
+ NTc3OGI1NzYzYjc4MDU3MDVkYjE3YTJlZTBhYmY1ZTAxYjhhZDUxNDlhM2Rk
14
+ ZmI1MGNjYjVjYzM1YjE3ZjgyMzQ0NmE5NTk3NjY5YWEwN2FlZDI0ZDFmYWNj
15
+ ZmNmYmFhZjJmMWYyN2MzZGUzZDJhMTEwN2M0MDdiNGVkNWIzMDQ=
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- autosign (0.0.5)
4
+ autosign (0.0.6)
5
5
  deep_merge (~> 1)
6
6
  gli (~> 2)
7
7
  iniparse (~> 1)
@@ -15,7 +15,7 @@ GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
17
  CFPropertyList (2.2.8)
18
- aruba (0.8.0)
18
+ aruba (0.8.1)
19
19
  childprocess (~> 0.5.6)
20
20
  contracts (~> 0.9)
21
21
  cucumber (>= 1.3.19)
@@ -82,12 +82,12 @@ GEM
82
82
  rspec-core (~> 3.3.0)
83
83
  rspec-expectations (~> 3.3.0)
84
84
  rspec-mocks (~> 3.3.0)
85
- rspec-core (3.3.1)
85
+ rspec-core (3.3.2)
86
86
  rspec-support (~> 3.3.0)
87
- rspec-expectations (3.3.0)
87
+ rspec-expectations (3.3.1)
88
88
  diff-lcs (>= 1.2.0, < 2.0)
89
89
  rspec-support (~> 3.3.0)
90
- rspec-mocks (3.3.1)
90
+ rspec-mocks (3.3.2)
91
91
  diff-lcs (>= 1.2.0, < 2.0)
92
92
  rspec-support (~> 3.3.0)
93
93
  rspec-support (3.3.0)
data/autosign.gemspec CHANGED
@@ -15,6 +15,7 @@ spec = Gem::Specification.new do |s|
15
15
  s.rdoc_options << '--title' << 'autosign' << '--main' << 'README.rdoc' << '-ri'
16
16
  s.bindir = 'bin'
17
17
  s.executables << 'autosign'
18
+ s.executables << 'autosign-validator'
18
19
  s.add_development_dependency('rake', '~> 10')
19
20
  s.add_development_dependency('rdoc', '~> 4')
20
21
  s.add_development_dependency('aruba', '~> 0.6')
@@ -1,3 +1,3 @@
1
1
  module Autosign
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autosign
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Your Name Here
@@ -224,6 +224,7 @@ description:
224
224
  email: your@email.address.com
225
225
  executables:
226
226
  - autosign
227
+ - autosign-validator
227
228
  extensions: []
228
229
  extra_rdoc_files: []
229
230
  files: