fingerprints 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/fingerprints.gemspec +1 -0
- data/lib/fingerprints/version.rb +1 -1
- metadata +6 -5
data/fingerprints.gemspec
CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
11
11
|
gem.description = %q{Make it easy to track who created/updated your models.}
|
12
12
|
gem.summary = %q{Make it easy to track who created/updated your models.}
|
13
13
|
gem.homepage = "https://github.com/phallstrom/fingerprints"
|
14
|
+
gem.license = "MIT"
|
14
15
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
16
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/fingerprints/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fingerprints
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
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-
|
12
|
+
date: 2013-09-30 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Make it easy to track who created/updated your models.
|
15
15
|
email:
|
@@ -29,7 +29,8 @@ files:
|
|
29
29
|
- lib/fingerprints/version.rb
|
30
30
|
- test/test_fingerprints.rb
|
31
31
|
homepage: https://github.com/phallstrom/fingerprints
|
32
|
-
licenses:
|
32
|
+
licenses:
|
33
|
+
- MIT
|
33
34
|
post_install_message:
|
34
35
|
rdoc_options: []
|
35
36
|
require_paths:
|
@@ -42,7 +43,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
42
43
|
version: '0'
|
43
44
|
segments:
|
44
45
|
- 0
|
45
|
-
hash:
|
46
|
+
hash: 3898409940989160604
|
46
47
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
47
48
|
none: false
|
48
49
|
requirements:
|
@@ -51,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
51
52
|
version: '0'
|
52
53
|
segments:
|
53
54
|
- 0
|
54
|
-
hash:
|
55
|
+
hash: 3898409940989160604
|
55
56
|
requirements: []
|
56
57
|
rubyforge_project:
|
57
58
|
rubygems_version: 1.8.24
|