gemfiler 0.0.1 → 0.1.0

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.
data/Gemfiler.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.homepage = ""
11
11
 
12
12
  gem.files = `git ls-files`.split($\)
13
- gem.executables = `git ls-files -- exe/*`.split("\n").map{ |f| File.basename(f) }
13
+ gem.executables = ['gemfiler']
14
14
  gem.test_files = gem.files.grep(%r{^spec/})
15
15
  gem.name = "gemfiler"
16
16
  gem.require_paths = ["lib"]
@@ -1,3 +1,3 @@
1
1
  module Gemfiler
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemfiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -62,7 +62,8 @@ dependencies:
62
62
  description: Gemfiler makes your Gemfile pretty.
63
63
  email:
64
64
  - robert@creativequeries.com
65
- executables: []
65
+ executables:
66
+ - gemfiler
66
67
  extensions: []
67
68
  extra_rdoc_files: []
68
69
  files: