necktie 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/necktie.gemspec +3 -3
  2. metadata +1 -1
data/necktie.gemspec CHANGED
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "necktie"
3
- spec.version = "0.0.3"
3
+ spec.version = "0.1.0"
4
4
  spec.author = "Assaf Arkin"
5
5
  spec.email = "assaf@labnotes.org"
6
6
  spec.homepage = ""
7
7
  spec.summary = "Dress to impress"
8
8
  spec.description = ""
9
9
 
10
- spec.files = Dir['{bin,lib}/**/*', '*.{gemspec,rdoc}']
11
- spec.executable = 'necktie'
10
+ spec.files = Dir["{bin,lib}/**/*", "*.{gemspec,rdoc}"]
11
+ spec.executable = "necktie"
12
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.3
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Assaf Arkin