yard-nowpunk 0.1.3 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/templates/default/module/html/defines.erb +5 -0
- data/yard-nowpunk.gemspec +2 -1
- metadata +3 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.2.0
|
data/yard-nowpunk.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "yard-nowpunk"
|
8
|
-
s.version = "0.
|
8
|
+
s.version = "0.2.0"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Farley Knight"]
|
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
|
|
26
26
|
"VERSION",
|
27
27
|
"lib/yard-nowpunk.rb",
|
28
28
|
"templates/default/layout/html/footer.erb",
|
29
|
+
"templates/default/module/html/defines.erb",
|
29
30
|
"test/helper.rb",
|
30
31
|
"test/test_yard-nowpunk.rb",
|
31
32
|
"yard-nowpunk.gemspec"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yard-nowpunk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -76,6 +76,7 @@ files:
|
|
76
76
|
- VERSION
|
77
77
|
- lib/yard-nowpunk.rb
|
78
78
|
- templates/default/layout/html/footer.erb
|
79
|
+
- templates/default/module/html/defines.erb
|
79
80
|
- test/helper.rb
|
80
81
|
- test/test_yard-nowpunk.rb
|
81
82
|
- yard-nowpunk.gemspec
|
@@ -94,7 +95,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
94
95
|
version: '0'
|
95
96
|
segments:
|
96
97
|
- 0
|
97
|
-
hash:
|
98
|
+
hash: -4343420472713891013
|
98
99
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
99
100
|
none: false
|
100
101
|
requirements:
|