can-has-lolcat 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +5 -1
- data/VERSION +1 -1
- data/lib/can-has-lolcat.rb +2 -0
- metadata +3 -3
data/README.md
CHANGED
@@ -16,10 +16,14 @@ For extra awesome, you can specify an output format:
|
|
16
16
|
Lolcat.can_has(:url)
|
17
17
|
=> "http://icanhascheezburger.files.wordpress.com/2010/08/1c6fbea0-4735-49c5-8247-5f618b66c219.jpg"
|
18
18
|
|
19
|
-
Yes, `Lolcat.can_has(:url)` is exactly the same as `Lolcat.can_has` but more cat-chy!
|
19
|
+
Yes, `Lolcat.can_has(:url)` is exactly the same as `Lolcat.can_has` but more cat-chy! And well yes of course, it doesn't matter if you use `#can_has` or `#can_haz` or both.
|
20
20
|
|
21
21
|
Made for [Whyday 2010](http://whyday.org/). Because it's craaazy. I've implemented this in an admin interface somewhere, but sssh!
|
22
22
|
|
23
|
+
## Installation
|
24
|
+
|
25
|
+
[sudo] gem install can-has-lolcat
|
26
|
+
|
23
27
|
## Note on Patches/Pull Requests
|
24
28
|
|
25
29
|
* Fork the project.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1.0
|
data/lib/can-has-lolcat.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: can-has-lolcat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
+
- 1
|
8
9
|
- 0
|
9
|
-
|
10
|
-
version: 1.0.0
|
10
|
+
version: 1.1.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Sirupsen
|