rrant 0.4.0 → 0.4.1

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
  SHA1:
3
- metadata.gz: 1f3093a3c154628dccee65189d4900fc057510a4
4
- data.tar.gz: 7b4a2b7bcb2610247c3dec85f3892b64b58b61cf
3
+ metadata.gz: 5ed15df04e4f29af370bb4f864f00448c0409655
4
+ data.tar.gz: 87d7373c7575b09e2ece79425d4bad0cf638feee
5
5
  SHA512:
6
- metadata.gz: c7652b9dd7c74394c11701689743d3c5838ca8372ad04b24980d24b1952c928328a966739d7e7152506efe2fd6270035b382348d6cd73eb1de4f6f14cdddbaf2
7
- data.tar.gz: cf2048f476d33032489e5aaeff3fa58d06d697fdbcff390a0217efbb20ade976dfcb5a23043d93295e9377f6ce99135fa80bbd6a7e9f0c4e4d47f748eb78af98
6
+ metadata.gz: 083140c07b49bb18576e0000c3fc7e465579db8cb02b26613b99b166adf789903d4c38594101f94f0d5130f1dcd154a3c5c450847d2f0c432eeffd634490c970
7
+ data.tar.gz: f6c952f2576d936c68e28f95ff90a6c363244d1db1fbc4d73666a89f9fd08aa9933d6945873ae39c57e6f46a42f50fb65d3bce1fe0a85ba23845093cc642b1e8
File without changes
@@ -1,3 +1,3 @@
1
1
  module Rrant
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  f.match(%r{^(test|spec|features)/})
19
19
  end
20
20
  spec.bindir = 'exe'
21
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
21
+ spec.executables = ['rrant']
22
22
  spec.require_paths = ['lib']
23
23
 
24
24
  spec.add_runtime_dependency 'httparty', '~> 0.14'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rrant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Koutsky
@@ -125,7 +125,8 @@ dependencies:
125
125
  description: Have you ever wanted to read your devRant in console? Now you can!
126
126
  email:
127
127
  - tomas@stepnivlk.net
128
- executables: []
128
+ executables:
129
+ - rrant
129
130
  extensions: []
130
131
  extra_rdoc_files: []
131
132
  files:
@@ -139,8 +140,8 @@ files:
139
140
  - README.md
140
141
  - Rakefile
141
142
  - bin/console
142
- - bin/rrant
143
143
  - bin/setup
144
+ - exe/rrant
144
145
  - files/bill.jpg
145
146
  - files/devrant.png
146
147
  - lib/rrant.rb