happymapper 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/happymapper.gemspec +1 -3
- data/lib/happymapper/version.rb +1 -1
- data/website/index.html +1 -6
- metadata +1 -1
data/happymapper.gemspec
CHANGED
@@ -1,8 +1,6 @@
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
2
|
-
|
3
1
|
Gem::Specification.new do |s|
|
4
2
|
s.name = %q{happymapper}
|
5
|
-
s.version = "0.1.
|
3
|
+
s.version = "0.1.1"
|
6
4
|
|
7
5
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
6
|
s.authors = ["John Nunemaker"]
|
data/lib/happymapper/version.rb
CHANGED
data/website/index.html
CHANGED
@@ -22,12 +22,7 @@
|
|
22
22
|
|
23
23
|
<div id="content">
|
24
24
|
<h2>Install</h2>
|
25
|
-
<pre><code
|
26
|
-
$ gem sources -a http://gems.github.com
|
27
|
-
$ sudo gem install jnunemaker-happymapper
|
28
|
-
|
29
|
-
# (when rubyforge approves and I release there, you can do this)
|
30
|
-
$ sudo gem install happymapper</code></pre>
|
25
|
+
<pre><code>$ sudo gem install happymapper</code></pre>
|
31
26
|
|
32
27
|
<h2>Examples</h2>
|
33
28
|
|