happymapper 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.
@@ -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.0"
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"]
@@ -2,7 +2,7 @@ module HappyMapper
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -22,12 +22,7 @@
22
22
 
23
23
  <div id="content">
24
24
  <h2>Install</h2>
25
- <pre><code># add github to your sources if you haven't
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: happymapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Nunemaker