necktie 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. data/necktie.gemspec +1 -3
  2. metadata +3 -2
data/necktie.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "necktie"
3
- spec.version = "0.0.1"
3
+ spec.version = "0.0.2"
4
4
  spec.author = "Assaf Arkin"
5
5
  spec.email = "assaf@labnotes.org"
6
6
  spec.homepage = ""
@@ -8,7 +8,5 @@ Gem::Specification.new do |spec|
8
8
  spec.description = ""
9
9
 
10
10
  spec.files = Dir['{bin,lib}/**/*', '*.{gemspec,rdoc}']
11
- spec.require_paths = 'lib'
12
- spec.bindir = 'bin' # Use these for applications.
13
11
  spec.executable = 'necktie'
14
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: necktie
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Assaf Arkin
@@ -35,7 +35,8 @@ licenses: []
35
35
  post_install_message:
36
36
  rdoc_options: []
37
37
 
38
- require_paths: lib
38
+ require_paths:
39
+ - lib
39
40
  required_ruby_version: !ruby/object:Gem::Requirement
40
41
  requirements:
41
42
  - - ">="