modlr 0.0.5 → 0.0.5.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.
Files changed (3) hide show
  1. data/README.textile +11 -0
  2. data/lib/modlr/version.rb +1 -1
  3. metadata +1 -1
@@ -0,0 +1,11 @@
1
+ h1. Modlr
2
+
3
+ *Modlr* is a test data generation utility for Ruby on Rails which allows specification of data type (names, email addresses, phone numbers, etc).
4
+
5
+ == <hr/> ==
6
+
7
+ h2. Installation
8
+
9
+ In *Rails 3*, add this to your Gemfile and the run the *bundle* command.
10
+
11
+ bc. gem 'modlr'
@@ -1,3 +1,3 @@
1
1
  module Modlr
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.5.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: modlr
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.5.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nick Radford