Floppy-amee 2.0.11 → 2.0.12
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/lib/amee/profile_item.rb +1 -1
- data/lib/amee/version.rb +1 -1
- metadata +2 -2
data/lib/amee/profile_item.rb
CHANGED
|
@@ -249,7 +249,7 @@ module AMEE
|
|
|
249
249
|
end
|
|
250
250
|
# Set dates
|
|
251
251
|
if options[:start_date] && connection.version < 2
|
|
252
|
-
options[:
|
|
252
|
+
options[:validFrom] = options[:start_date].amee1_date
|
|
253
253
|
elsif options[:start_date] && connection.version >= 2
|
|
254
254
|
options[:startDate] = options[:start_date].xmlschema
|
|
255
255
|
end
|
data/lib/amee/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: Floppy-amee
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Smith
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-03
|
|
12
|
+
date: 2009-04-03 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|