ajaxful_rating 2.2.8.1 → 2.2.8.2

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.
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('ajaxful_rating', '2.2.8.1') do |p|
5
+ Echoe.new('ajaxful_rating', '2.2.8.2') do |p|
6
6
  p.description = "Provides a simple way to add rating functionality to your application."
7
7
  p.url = "http://github.com/edgarjs/ajaxful-rating"
8
8
  p.author = "Edgar J. Suarez"
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ajaxful_rating}
5
- s.version = "2.2.8.1"
5
+ s.version = "2.2.8.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Edgar J. Suarez"]
9
- s.date = %q{2010-07-02}
9
+ s.date = %q{2010-08-27}
10
10
  s.description = %q{Provides a simple way to add rating functionality to your application.}
11
11
  s.email = %q{edgar.js@gmail.com}
12
12
  s.extra_rdoc_files = ["CHANGELOG", "README.textile", "lib/ajaxful_rating.rb", "lib/axr/css_builder.rb", "lib/axr/errors.rb", "lib/axr/helpers.rb", "lib/axr/locale.rb", "lib/axr/model.rb", "lib/axr/stars_builder.rb"]
@@ -1,8 +1,3 @@
1
- puts "------------------------------------------"
2
- puts "IMPORTANT: AjaxfulRating has been updated to v2.2.x and some options changed."\
3
- "Please read the changelog at http://github.com/edgarjs/ajaxful-rating/blob/master/CHANGELOG"
4
- puts "------------------------------------------"
5
-
6
1
  require 'axr/locale'
7
2
  require 'axr/errors'
8
3
  require 'axr/model'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ajaxful_rating
3
3
  version: !ruby/object:Gem::Version
4
- hash: 93
4
+ hash: 91
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 2
9
9
  - 8
10
- - 1
11
- version: 2.2.8.1
10
+ - 2
11
+ version: 2.2.8.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Edgar J. Suarez
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-07-02 00:00:00 -05:00
19
+ date: 2010-08-27 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies: []
22
22