factis 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/factis.gemspec +1 -0
  2. data/lib/factis/version.rb +1 -1
  3. metadata +4 -3
@@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
10
10
  without muddying up the global object space.
11
11
  EOD
12
12
  gem.homepage = "http://github.com/ess/factis"
13
+ gem.license = 'MIT'
13
14
 
14
15
  gem.files = `git ls-files`.split($\)
15
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Factis
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-03 00:00:00.000000000 Z
12
+ date: 2013-10-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -54,7 +54,8 @@ files:
54
54
  - spec/factis_spec.rb
55
55
  - spec/spec_helper.rb
56
56
  homepage: http://github.com/ess/factis
57
- licenses: []
57
+ licenses:
58
+ - MIT
58
59
  post_install_message:
59
60
  rdoc_options: []
60
61
  require_paths: