gyoku 1.2.3 → 1.3.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13b8f36b7b0fbf447618133dfca642eed65bd43e
4
- data.tar.gz: 74f77f34a0f65549ba932116050cb7a5ad3cf051
3
+ metadata.gz: 706fc3792c5b710724e7b4d0346cb281a734aade
4
+ data.tar.gz: a2945a1e368642e9c7435865cc21ac8471f8597d
5
5
  SHA512:
6
- metadata.gz: a4464ca9e188003c44b77c40700da2b89f83c65141b22db3a9fff009509008dc8cddec709d0f05a2f6bfb6dc511ac64a6517f54a018c40f1454246e91b2c0beb
7
- data.tar.gz: 63f77e214d1db43125511d44a766b96fc8b373e98fcdae3ea1201361c53c9227a72b6cdfe18d3efd01246082fd3df4b22cdeaefd60de9017170d5763b7c3ab53
6
+ metadata.gz: 41bfd990f33d899bae5191363138bfc11fdb6e986ef5ae3b490d9192d8d5c24de9ffe6f582171f065e40b494bf35e09a4c60261f763f45c8b7f193cd157ff940
7
+ data.tar.gz: 66a9c732125e941ed0213706599d720e324ea5a54ab7d7d110a5d98566ae883bd1d33af3e9b9c27aa8081bb5ae23d53b13f46a300233431866c5c68ef58d90b4
@@ -1,3 +1,7 @@
1
+ ## 1.3.0 (2015-03-30)
2
+
3
+ * Formally drop support for ruby 1.8.7
4
+
1
5
  ## 1.2.3 (2015-03-10)
2
6
 
3
7
  # Feature: [#52](https://github.com/savonrb/gyoku/pull/52) Adds an :unwrap option that allows an array of hashes to be unwrapped into a single array xml node, rather than one per hash.
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "https://github.com/savonrb/#{s.name}"
11
11
  s.summary = "Translates Ruby Hashes to XML"
12
12
  s.description = "Gyoku translates Ruby Hashes to XML"
13
+ s.required_ruby_version = '>= 1.9.2'
13
14
 
14
15
  s.rubyforge_project = "gyoku"
15
16
  s.license = "MIT"
@@ -1,3 +1,3 @@
1
1
  module Gyoku
2
- VERSION = '1.2.3'
2
+ VERSION = '1.3.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gyoku
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Harrington
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-11 00:00:00.000000000 Z
11
+ date: 2015-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: builder
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
91
  requirements:
92
92
  - - ">="
93
93
  - !ruby/object:Gem::Version
94
- version: '0'
94
+ version: 1.9.2
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  requirements:
97
97
  - - ">="