gravatar_image_tag 1.0.0.pre2 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.textile +1 -1
- metadata +8 -11
data/README.textile
CHANGED
@@ -24,7 +24,7 @@ p. Include the following line in your Rails environment
|
|
24
24
|
<pre># Gemfile
|
25
25
|
gem 'gravatar_image_tag'</pre>
|
26
26
|
|
27
|
-
p. Then ensure the gem is installed by running the following command from the
|
27
|
+
p. Then ensure the gem is installed by running the following command from the application root.
|
28
28
|
|
29
29
|
<pre>bundle install</pre>
|
30
30
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gravatar_image_tag
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 23
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
|
11
|
-
version: 1.0.0.pre2
|
10
|
+
version: 1.0.0
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- Michael Deering
|
@@ -16,7 +15,7 @@ autorequire:
|
|
16
15
|
bindir: bin
|
17
16
|
cert_chain: []
|
18
17
|
|
19
|
-
date:
|
18
|
+
date: 2011-01-16 00:00:00 -07:00
|
20
19
|
default_executable:
|
21
20
|
dependencies: []
|
22
21
|
|
@@ -56,14 +55,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
56
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
57
56
|
none: false
|
58
57
|
requirements:
|
59
|
-
- - "
|
58
|
+
- - ">="
|
60
59
|
- !ruby/object:Gem::Version
|
61
|
-
hash:
|
60
|
+
hash: 3
|
62
61
|
segments:
|
63
|
-
-
|
64
|
-
|
65
|
-
- 1
|
66
|
-
version: 1.3.1
|
62
|
+
- 0
|
63
|
+
version: "0"
|
67
64
|
requirements: []
|
68
65
|
|
69
66
|
rubyforge_project:
|