trufflepig 0.2.4 → 0.2.5
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.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/trufflepig.gemspec +3 -3
- metadata +4 -3
data/Rakefile
CHANGED
|
@@ -18,8 +18,8 @@ Jeweler::Tasks.new do |gem|
|
|
|
18
18
|
gem.license = "MIT"
|
|
19
19
|
gem.summary = %Q{Detects Web platform feature usage in source files}
|
|
20
20
|
gem.description = %Q{Detects Web platform feature usage in source files}
|
|
21
|
-
gem.email = "
|
|
22
|
-
gem.authors = ["Sebastian Kippe"]
|
|
21
|
+
gem.email = "rubygems@5apps.com"
|
|
22
|
+
gem.authors = ["Sebastian Kippe", "Garret Alfert"]
|
|
23
23
|
end
|
|
24
24
|
Jeweler::RubygemsDotOrgTasks.new
|
|
25
25
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.5
|
data/trufflepig.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "trufflepig"
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.5"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = ["Sebastian Kippe"]
|
|
11
|
+
s.authors = ["Sebastian Kippe", "Garret Alfert"]
|
|
12
12
|
s.date = "2012-04-04"
|
|
13
13
|
s.description = "Detects Web platform feature usage in source files"
|
|
14
|
-
s.email = "
|
|
14
|
+
s.email = "rubygems@5apps.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
17
17
|
"README.md"
|
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trufflepig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Sebastian Kippe
|
|
9
|
+
- Garret Alfert
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
@@ -60,7 +61,7 @@ dependencies:
|
|
|
60
61
|
- !ruby/object:Gem::Version
|
|
61
62
|
version: 1.8.3
|
|
62
63
|
description: Detects Web platform feature usage in source files
|
|
63
|
-
email:
|
|
64
|
+
email: rubygems@5apps.com
|
|
64
65
|
executables: []
|
|
65
66
|
extensions: []
|
|
66
67
|
extra_rdoc_files:
|
|
@@ -107,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
107
108
|
version: '0'
|
|
108
109
|
segments:
|
|
109
110
|
- 0
|
|
110
|
-
hash:
|
|
111
|
+
hash: 1419909812854099826
|
|
111
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
113
|
none: false
|
|
113
114
|
requirements:
|