pox_paginate 0.2.0.beta0 → 0.2.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +4 -1
  2. data/VERSION +1 -1
  3. data/pox_paginate.gemspec +2 -2
  4. metadata +4 -4
data/CHANGELOG CHANGED
@@ -1,4 +1,7 @@
1
- == Coming Soon
1
+ == Coming soon
2
+ * jRuby support with jdom
3
+
4
+ == 0.2.0.beta1
2
5
  * Support for Rails 3.0.0.rc
3
6
 
4
7
  == 0.1.1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.beta0
1
+ 0.2.0.beta1
data/pox_paginate.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pox_paginate}
8
- s.version = "0.2.0.beta0"
8
+ s.version = "0.2.0.beta1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Sidu Ponnappa", "Niranjan Paranjape"]
12
- s.date = %q{2010-08-27}
12
+ s.date = %q{2010-08-28}
13
13
  s.description = %q{Transparent support for pagination using WillPaginate with POX (Plain Old Xml) and ActiveResource. This gem is based on C42 Engineering's experience building largish distributed systems consisting of multiple Rails apps integrated over POX (Plain Old XML).}
14
14
  s.email = %q{opensource@c42.in}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pox_paginate
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1848230052
4
+ hash: -1848230051
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 0
10
- - beta0
11
- version: 0.2.0.beta0
10
+ - beta1
11
+ version: 0.2.0.beta1
12
12
  platform: ruby
13
13
  authors:
14
14
  - Sidu Ponnappa
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-08-27 00:00:00 +05:30
20
+ date: 2010-08-28 00:00:00 +05:30
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency