faker-stoked 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.
- checksums.yaml +4 -4
- data/README.rdoc +18 -0
- data/VERSION +1 -1
- data/faker-stoked.gemspec +1 -1
- data/lib/faker/stoked.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e123b581580975c41cc508280c9c9caf77629d1e
|
|
4
|
+
data.tar.gz: 819304dfe8537e2e968107bd8cc4fcacbe5bfd13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be9dde9db1471a18103fe2e63afe0ed0ca5da541d5c6831419fca3e2fac69452193c4b111aa765c56fb61a0f6ea02fe8c672169abc66b68db4a0dcbb7d3c5417
|
|
7
|
+
data.tar.gz: f6a76f006e023834a1d6b089017201a62318cb7a30550fea0ddbaa674fcfab3fe3d91ba5c6146331e26d8faa84d83d564820ce1ebc3527c875386093e816ae93
|
data/README.rdoc
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
This is an extension of the faker gem, allowing stoked bros and brodies to effortlessly generate stoked bios, that are both radical and awesome while simultaneously pitted.
|
|
4
4
|
|
|
5
|
+
== Installation
|
|
6
|
+
|
|
7
|
+
with Bundler, add it to your Gemfile:
|
|
8
|
+
|
|
9
|
+
> gem 'faker'
|
|
10
|
+
|
|
11
|
+
or do:
|
|
12
|
+
|
|
13
|
+
> gem install faker
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
== Usage
|
|
17
|
+
|
|
18
|
+
* require "stoked"
|
|
19
|
+
|
|
20
|
+
Faker::stoked.bio
|
|
21
|
+
|
|
22
|
+
|
|
5
23
|
== Contributing to faker-stoked
|
|
6
24
|
|
|
7
25
|
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/faker-stoked.gemspec
CHANGED
data/lib/faker/stoked.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
require '
|
|
1
|
+
require 'faker_review'
|