gravtastic 3.2.2 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/gravtastic/version.rb +8 -1
  2. metadata +9 -12
@@ -1,3 +1,10 @@
1
1
  module Gravtastic
2
- Version = VERSION = '3.2.1'
2
+
3
+ VERSION = '3.2.4'
4
+
5
+ # Returns the version of Gravtastic
6
+ def self.version
7
+ VERSION
8
+ end
9
+
3
10
  end
metadata CHANGED
@@ -1,19 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gravtastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.2
5
- prerelease: !!null
4
+ version: 3.2.4
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Chris Lloyd
9
- autorequire: !!null
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-08-09 00:00:00.000000000 +10:00
13
- default_executable: !!null
12
+ date: 2011-08-03 00:00:00.000000000Z
14
13
  dependencies: []
15
- description: A Ruby wrapper for Gravatar URLs. Also has Javascript extensions for
16
- Rails.
14
+ description: A Ruby wrapper for Gravatar URLs
17
15
  email: christopher.lloyd@gmail.com
18
16
  executables: []
19
17
  extensions: []
@@ -29,10 +27,9 @@ files:
29
27
  - spec/helper.rb
30
28
  - vendor/assets/javascripts/gravtastic.coffee
31
29
  - vendor/assets/javascripts/md5.js
32
- has_rdoc: true
33
30
  homepage: http://github.com/chrislloyd/gravtastic
34
31
  licenses: []
35
- post_install_message: !!null
32
+ post_install_message:
36
33
  rdoc_options: []
37
34
  require_paths:
38
35
  - lib
@@ -50,8 +47,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
47
  version: '0'
51
48
  requirements: []
52
49
  rubyforge_project: gravtastic
53
- rubygems_version: 1.5.0
54
- signing_key: !!null
50
+ rubygems_version: 1.8.7
51
+ signing_key:
55
52
  specification_version: 3
56
- summary: Generate Gravatar URLs in Ruby
53
+ summary: A Ruby wrapper for Gravatar URLs
57
54
  test_files: []