rom-yaml 0.3.0 → 0.4.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 +4 -4
- data/CHANGELOG.md +19 -1
- data/lib/rom/yaml/version.rb +1 -1
- data/rom-yaml.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ceb88973717d25e3a5664155deea9cce6425214
|
|
4
|
+
data.tar.gz: 952ee95975a617674b7d09c33e1ccae1c3bb20a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 860636dc087aafa3d1ce694a983700fc75549ffa68c65248b2a5cffa90ff0cba399ac6b2edb8efc85545ac3b819b4b708801637f5ff551aaf2b9e02a4cc2cbac
|
|
7
|
+
data.tar.gz: 6a97e9937ed37d663cb4aa7aeeef06117a004fa706ca848df14e51cba8637282ba6283d983eca148d2068deeebc14aabe17cd20615e403ec3752345a7fc0e6ea
|
data/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,34 @@
|
|
|
1
|
+
## v0.4.0
|
|
2
|
+
|
|
3
|
+
### Changed
|
|
4
|
+
|
|
5
|
+
* Updated to work with ROM 2.0 (pre-release) (cflipse)
|
|
6
|
+
|
|
7
|
+
[Compare v0.3.0...v0.4.0](https://github.com/rom-rb/rom-yaml/compare/v0.3.0...v0.4.0)
|
|
8
|
+
|
|
9
|
+
## v0.3.0
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
* Updated to work with ROM 1.0 (cflipse)
|
|
14
|
+
|
|
15
|
+
[Compare v0.2.0...v0.3.0](https://github.com/rom-rb/rom-yaml/compare/v0.2.0...v0.3.0)
|
|
16
|
+
|
|
1
17
|
## v0.2.0
|
|
2
18
|
|
|
3
19
|
### Changed
|
|
4
20
|
|
|
5
21
|
* Updated to work with pending registration changes (cflipse)
|
|
6
22
|
|
|
23
|
+
[Compare v0.1.2...v0.3.0](https://github.com/rom-rb/rom-yaml/compare/v0.1.2...v0.2.0)
|
|
24
|
+
|
|
7
25
|
## v0.1.2
|
|
8
26
|
|
|
9
27
|
### Changed
|
|
10
28
|
|
|
11
29
|
* Updated to work with Transproc 0.3.0 (cflipse)
|
|
12
30
|
|
|
13
|
-
[Compare v0.1.1...v0.2
|
|
31
|
+
[Compare v0.1.1...v0.1.2](https://github.com/rom-rb/rom-yaml/compare/v0.1.1...v0.1.2)
|
|
14
32
|
|
|
15
33
|
## v0.1.1
|
|
16
34
|
|
data/lib/rom/yaml/version.rb
CHANGED
data/rom-yaml.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
19
|
spec.require_paths = ['lib']
|
|
20
20
|
|
|
21
|
-
spec.add_runtime_dependency "rom", "~>
|
|
21
|
+
spec.add_runtime_dependency "rom", "~> 2.0"
|
|
22
22
|
|
|
23
23
|
spec.add_development_dependency 'bundler'
|
|
24
24
|
spec.add_development_dependency 'rake'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rom-yaml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Piotr Solnica
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rom
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: '2.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: '2.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bundler
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
118
118
|
version: '0'
|
|
119
119
|
requirements: []
|
|
120
120
|
rubyforge_project:
|
|
121
|
-
rubygems_version: 2.
|
|
121
|
+
rubygems_version: 2.5.1
|
|
122
122
|
signing_key:
|
|
123
123
|
specification_version: 4
|
|
124
124
|
summary: YAML support for Ruby Object Mapper
|