twitter_image_tag 1.8.5 → 1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -3
- data/lib/twitter_image_tag.rb +1 -1
- data/lib/twitter_image_tag/version.rb +1 -1
- data/twitter_image_tag-1.8.5.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff7bad5e30f57fcac87c768a4abef8cb814ff949
|
4
|
+
data.tar.gz: d922876bb2d462c7a97ce80765d815fa3cd153e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2eac3fe091df97b2cd765604ff362faf2561e784640bc1f8f5e4cf366489496ac99397a6183c301e03819938da6fe0c82595fe8f8555167727f637f85ff2c84b
|
7
|
+
data.tar.gz: 9d83d3713f1af0b0bccb0f53d669b8642028dd6dd640e63d417bc32b37b96422ceb17fd26fdc7947827475c95d686be8f535c111fdc422f756a0cc48bf1aeabd
|
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# TwitterImageTag
|
2
2
|
|
3
|
-
|
3
|
+
This gem allows you to easily add Twitter Avatars to your Ruby / Rails app.
|
4
|
+
|
4
5
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
@@ -38,4 +38,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERN
|
|
38
38
|
## License
|
39
39
|
|
40
40
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
41
|
-
|
data/lib/twitter_image_tag.rb
CHANGED
@@ -3,7 +3,7 @@ require "twitter_image_tag/version"
|
|
3
3
|
require 'action_view'
|
4
4
|
module TwitterImageTag
|
5
5
|
include ActionView::Helpers::AssetTagHelper
|
6
|
-
def show_me(username, size)
|
6
|
+
def self.show_me(username, size)
|
7
7
|
image_tag("https://twitter.com/#{username}/profile_image?size=#{size}")
|
8
8
|
end
|
9
9
|
end
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twitter_image_tag
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: '1.9'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jesse Waites
|
@@ -55,6 +55,7 @@ files:
|
|
55
55
|
- bin/setup
|
56
56
|
- lib/twitter_image_tag.rb
|
57
57
|
- lib/twitter_image_tag/version.rb
|
58
|
+
- twitter_image_tag-1.8.5.gem
|
58
59
|
- twitter_image_tag.gemspec
|
59
60
|
homepage: http://JesseWaites.com
|
60
61
|
licenses:
|