jactive_support 1.0.0-universal-java-1.6 → 1.0.1-universal-java-1.6

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.
@@ -1,5 +1,5 @@
1
1
  module JactiveSupport #:nodoc:
2
- module CoreExtensions #:nodoc:
2
+ module JavaExtensions #:nodoc:
3
3
  module SqlDate #:nodoc:
4
4
  # Converting dates to formatted strings, times, and datetimes.
5
5
  module Conversions
@@ -1,3 +1,3 @@
1
1
  module JActiveSupport
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -1,3 +1,4 @@
1
+ require 'jactive_support/version'
1
2
  require 'jactive_support/java_ext'
2
3
  require 'jactive_support/core_ext'
3
4
  require 'jactive_support/json'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jactive_support
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  platform: universal-java-1.6
7
7
  authors:
8
8
  - Brian Olsen
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-03-06 00:00:00 Z
13
+ date: 2012-03-08 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport