aidan_ipsum 0.1.0 → 0.2.0
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/.gitignore +1 -0
- data/README.md +2 -4
- data/lib/aidan_ipsum/version.rb +1 -1
- data/lib/aidan_ipsum/words.txt +9 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2a5613f965d9c75f23da99bbe8394ef6907065c
|
|
4
|
+
data.tar.gz: bd9fdea0434e011d2ca883785d83341c9557ce2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39ed43e8580382dd5a204ec84745626a533691d5f1fd0e7421e50f9bd948f476d74c2261c432636219c58d148ffaec2a4b93b4649d0388341e4dfa9afa49aa17
|
|
7
|
+
data.tar.gz: 58c3169f1aec0e8c7d0b4dc9505bdaab95f17e7db22fbccda2f372210b23a18d189b74b600ad097ac4ab48c0c4dffaaa5ecef8009236c851a995a612c2c43efd
|
data/.gitignore
CHANGED
data/README.md
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
# AidanIpsum
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
Roman Empire, Quick Question, Doom
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
|
9
7
|
Add this line to your application's Gemfile:
|
|
10
8
|
|
|
11
9
|
```ruby
|
|
12
|
-
gem "aidan_ipsum"
|
|
10
|
+
gem "aidan_ipsum"
|
|
13
11
|
```
|
|
14
12
|
|
|
15
13
|
And then execute:
|
data/lib/aidan_ipsum/version.rb
CHANGED
data/lib/aidan_ipsum/words.txt
CHANGED
|
@@ -119,4 +119,12 @@ I feel sorry for your mouse
|
|
|
119
119
|
it will fall over if you’re not careful
|
|
120
120
|
no pressure
|
|
121
121
|
I'm not sick at all
|
|
122
|
-
if you haven't accounted for it by now, it's your fault
|
|
122
|
+
if you haven't accounted for it by now, it's your fault
|
|
123
|
+
You godless heathen
|
|
124
|
+
Haven't got any clean clothes, so I can't come into work today
|
|
125
|
+
I was two hours late because the train was 2 minutes late
|
|
126
|
+
My train was cancelled so I didn't bother coming into work yesterday
|
|
127
|
+
I can't come into work today because I've lost my key and I can't lock my house
|
|
128
|
+
I had to take pictures of my room to make sure the landlord hadn't stolen anything
|
|
129
|
+
No actually, Phil
|
|
130
|
+
My baby sister
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aidan_ipsum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Dracz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
91
|
version: '0'
|
|
92
92
|
requirements: []
|
|
93
93
|
rubyforge_project:
|
|
94
|
-
rubygems_version: 2.
|
|
94
|
+
rubygems_version: 2.6.13
|
|
95
95
|
signing_key:
|
|
96
96
|
specification_version: 4
|
|
97
97
|
summary: AidanIpsum generator
|