nmax-aoirgf 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e01a257f8fda2fc1401ca9491f3f26232ab9f2616b83756d910212d19bd32c3
4
- data.tar.gz: 0216df865ce9ac44702d9b1a7990bf5f91e0522a7971bc44d25c9964ae157497
3
+ metadata.gz: 6c48d21d220cb287a4c039010a759a2bcfebc45b754e472f6b123955670280dd
4
+ data.tar.gz: c0de8d7264c04dddef2d61b50956a8ee1db1d8548cbd722a0dfd8637638b8a7d
5
5
  SHA512:
6
- metadata.gz: 2b0ece341e01b03b5976475b488074ad13bd329baa89c4886ed21373003389a0272acbbdf2cf7ccee345eec7be0ba52995caa318c5fec1f626a2611ad9375710
7
- data.tar.gz: 8a4fded8d45fbbb392c6a9b704567c22a5f47723d22e74dce3b91c786547cf49141e8c86bf6b2c41dc947fde60af26cb36c222fbaaeb7bcab677acc325d3213b
6
+ metadata.gz: 49445802262660406eecabac10098b79e1bcd61e028a607a81f5e796f3af1bb578e77f4463e46d06d97cb4228e7de325c761e845258474745b524b83c96d193b
7
+ data.tar.gz: dff76a1c773f037158f5440fce3a0931ddb6f77bcf14545233a6945309353f80de46170147440a5d1ac2dba50cec6b0767a12460f908717d23d1442052b14250
data/README.md CHANGED
@@ -26,7 +26,7 @@ rake test
26
26
  install
27
27
  -------
28
28
 
29
- * gem install nmax
29
+ * gem install nmax-aoirgf
30
30
 
31
31
  *Note:* You may need to use sudo to install gems, but it is preferable to do without it.
32
32
 
File without changes
@@ -1,6 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'nmax-aoirgf'
3
- s.version = '0.1.1'
3
+ s.version = '0.1.2'
4
+ s.executables = ['nmax']
4
5
 
5
6
  s.authors = ['Sergio Belevskij']
6
7
  s.email = 'bbelevskij@gmail.com'
@@ -24,7 +25,7 @@ Gem::Specification.new do |s|
24
25
  'README.md',
25
26
  'Rakefile',
26
27
  'nmax.gemspec',
27
- 'bin/nmax.rb',
28
+ 'bin/nmax',
28
29
  'lib/nmax_core.rb',
29
30
  'lib/nmax_reader.rb',
30
31
  'spec/nmax_reader_spec.rb',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nmax-aoirgf
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
  - Sergio Belevskij
@@ -55,7 +55,8 @@ dependencies:
55
55
  description: Reads text data from the input stream. Upon completion of the input,
56
56
  displays the largest integers.
57
57
  email: bbelevskij@gmail.com
58
- executables: []
58
+ executables:
59
+ - nmax
59
60
  extensions: []
60
61
  extra_rdoc_files: []
61
62
  files:
@@ -63,7 +64,7 @@ files:
63
64
  - LICENSE
64
65
  - README.md
65
66
  - Rakefile
66
- - bin/nmax.rb
67
+ - bin/nmax
67
68
  - lib/nmax_core.rb
68
69
  - lib/nmax_reader.rb
69
70
  - nmax.gemspec