Doa 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Doa.gemspec +1 -1
  2. data/README.rdoc +14 -2
  3. data/VERSION +1 -1
  4. metadata +1 -1
data/Doa.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{Doa}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nolan Eakins <sneakin@semanticgap.com>"]
data/README.rdoc CHANGED
@@ -8,13 +8,25 @@ the params to be used in a given context, and the means to easily call the
8
8
  action using those params.
9
9
 
10
10
 
11
+ == Installation
12
+
13
+ From Gemcutter.org:
14
+
15
+ gem tumble # for Gemcutter
16
+ sudo gem install Doa
17
+
18
+ Locally:
19
+
20
+ rake build
21
+ sudo gem install pkg/*.gem
22
+
23
+
11
24
  == Usage
12
25
 
13
26
  Use `rake rdoc` to generate the RDocs which provides a complete example in the
14
27
  Doa module. You can run the specs, which are by example, with `rake spec`.
15
28
 
16
-
17
- == Example
29
+ === Example
18
30
 
19
31
  require 'doa'
20
32
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Doa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nolan Eakins <sneakin@semanticgap.com>