radiant-twitter-extension 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/config/locales/en.yml +1 -1
- data/lib/radiant-twitter-extension.rb +1 -1
- data/lib/twitter_tags.rb +1 -1
- metadata +4 -5
- data/radiant-twitter-extension-2.0.1.gem +0 -0
data/config/locales/en.yml
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
module RadiantTwitterExtension
|
2
|
-
VERSION = '2.0.
|
2
|
+
VERSION = '2.0.3'
|
3
3
|
SUMMARY = %q{Twitter posting and radius tags for twitter feeds.}
|
4
4
|
DESCRIPTION = %q{Posts notification of pages to Twitter and provides radiius tags to display the results of twitter searches.}
|
5
5
|
URL = "http://github.com/radiant/radiant-twitter-extension"
|
data/lib/twitter_tags.rb
CHANGED
@@ -302,7 +302,7 @@ module TwitterTags
|
|
302
302
|
tag 'tweet:permalink' do |tag|
|
303
303
|
cssclass = tag.attr['class'] || 'twitter_permalink'
|
304
304
|
text = tag.double? ? tag.expand : I18n.l(DateTime.parse(tag.locals.tweet.created_at), :format => :twitter)
|
305
|
-
%{<a class="#{cssclass}" href="http://twitter.com/#!/#{screen_name}/status/#{tweet.id_str}">#{text}</a>}
|
305
|
+
%{<a class="#{cssclass}" href="http://twitter.com/#!/#{tag.locals.tweet.screen_name}/status/#{tag.locals.tweet.id_str}">#{text}</a>}
|
306
306
|
end
|
307
307
|
|
308
308
|
desc %{
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-twitter-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 9
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 2.0.
|
9
|
+
- 3
|
10
|
+
version: 2.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Sean Cribbs
|
@@ -76,7 +76,6 @@ files:
|
|
76
76
|
- public/images/twitter/bird.png
|
77
77
|
- public/images/twitter/sprite.png
|
78
78
|
- public/stylesheets/sass/twitter.sass
|
79
|
-
- radiant-twitter-extension-2.0.1.gem
|
80
79
|
- radiant-twitter-extension.gemspec
|
81
80
|
- Rakefile
|
82
81
|
- README.md
|
@@ -91,7 +90,7 @@ files:
|
|
91
90
|
homepage: http://github.com/radiant/radiant-twitter-extension
|
92
91
|
licenses: []
|
93
92
|
|
94
|
-
post_install_message: "\n Add this to your radiant project with:\n config.gem 'radiant-twitter-extension', :version => '~>2.0.
|
93
|
+
post_install_message: "\n Add this to your radiant project with:\n config.gem 'radiant-twitter-extension', :version => '~>2.0.3'\n "
|
95
94
|
rdoc_options: []
|
96
95
|
|
97
96
|
require_paths:
|
Binary file
|