robinsp-robins_html_helpers 0.1.0 → 0.1.1
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 +1 -1
- data/robins_html_helpers.gemspec +2 -2
- metadata +1 -2
data/Rakefile
CHANGED
@@ -3,7 +3,7 @@ require 'rubygems'
|
|
3
3
|
require 'rake'
|
4
4
|
require 'echoe'
|
5
5
|
|
6
|
-
Echoe.new('robins_html_helpers', '0.1.
|
6
|
+
Echoe.new('robins_html_helpers', '0.1.1') do |p|
|
7
7
|
p.description = "HTML stuff I use frequently."
|
8
8
|
p.url = "http://github.com/robinsp/robins_html_helpers"
|
9
9
|
p.author = "Robin Spainhour"
|
data/robins_html_helpers.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{robins_html_helpers}
|
5
|
-
s.version = "0.1.
|
5
|
+
s.version = "0.1.1"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Robin Spainhour"]
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.description = %q{HTML stuff I use frequently.}
|
11
11
|
s.email = %q{robin@robinspainhour.com}
|
12
12
|
s.extra_rdoc_files = ["lib/robins_html_helpers.rb", "README.rdoc"]
|
13
|
-
s.files = ["
|
13
|
+
s.files = ["robins_html_helpers.gemspec", "Rakefile", "Manifest", "lib/robins_html_helpers.rb", "README.rdoc"]
|
14
14
|
s.has_rdoc = true
|
15
15
|
s.homepage = %q{http://github.com/robinsp/robins_html_helpers}
|
16
16
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Robins_html_helpers", "--main", "README.rdoc"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: robinsp-robins_html_helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robin Spainhour
|
@@ -23,7 +23,6 @@ extra_rdoc_files:
|
|
23
23
|
- lib/robins_html_helpers.rb
|
24
24
|
- README.rdoc
|
25
25
|
files:
|
26
|
-
- robinsp-robins_html_helpers.gemspec
|
27
26
|
- robins_html_helpers.gemspec
|
28
27
|
- Rakefile
|
29
28
|
- Manifest
|