radiant-twitter-extension 2.0.3 → 2.0.4
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
- metadata +5 -5
data/config/locales/en.yml
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
module RadiantTwitterExtension
|
2
|
-
VERSION = '2.0.
|
2
|
+
VERSION = '2.0.4'
|
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"
|
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: 7
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 2.0.
|
9
|
+
- 4
|
10
|
+
version: 2.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Sean Cribbs
|
@@ -18,7 +18,7 @@ autorequire:
|
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
20
|
|
21
|
-
date: 2011-11-
|
21
|
+
date: 2011-11-02 00:00:00 Z
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
24
24
|
name: twitter
|
@@ -90,7 +90,7 @@ files:
|
|
90
90
|
homepage: http://github.com/radiant/radiant-twitter-extension
|
91
91
|
licenses: []
|
92
92
|
|
93
|
-
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.4'\n "
|
94
94
|
rdoc_options: []
|
95
95
|
|
96
96
|
require_paths:
|