factis 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/factis.gemspec +1 -0
- data/lib/factis/version.rb +1 -1
- metadata +4 -3
data/factis.gemspec
CHANGED
@@ -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) }
|
data/lib/factis/version.rb
CHANGED
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.
|
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-
|
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:
|