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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 749179b56e8c4ec4a059f76bcdb507bf07501cfb
4
- data.tar.gz: a5af70d1bd878ef7ad032392ed7f019483340a17
3
+ metadata.gz: ff7bad5e30f57fcac87c768a4abef8cb814ff949
4
+ data.tar.gz: d922876bb2d462c7a97ce80765d815fa3cd153e4
5
5
  SHA512:
6
- metadata.gz: b06a3b8ad4a63e0e304468230e1fd35a0855e98375022cfff5d0d7167ade61e8a07419171acb0f3d5444a72c77c6ef75ab81cf8e14773ffc9badbcf0cafbdd91
7
- data.tar.gz: bacf9191519f5d9679921faea772b3a80dec4671bf8069095db6968072d4e666e573b6c54991f1fde320c5b3c9a4e6a9debda6c348ff74d2183a60fed8edb64a
6
+ metadata.gz: 2eac3fe091df97b2cd765604ff362faf2561e784640bc1f8f5e4cf366489496ac99397a6183c301e03819938da6fe0c82595fe8f8555167727f637f85ff2c84b
7
+ data.tar.gz: 9d83d3713f1af0b0bccb0f53d669b8642028dd6dd640e63d417bc32b37b96422ceb17fd26fdc7947827475c95d686be8f535c111fdc422f756a0cc48bf1aeabd
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # TwitterImageTag
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/twitter_image_tag`. To experiment with that code, run `bin/console` for an interactive prompt.
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
-
@@ -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
@@ -1,3 +1,3 @@
1
1
  module TwitterImageTag
2
- VERSION = "1.8.5"
2
+ VERSION = "1.9"
3
3
  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.8.5
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: