yew 0.0.9 → 0.0.10

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.
Files changed (2) hide show
  1. checksums.yaml +7 -15
  2. metadata +30 -22
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZmVjY2U4OTYwYzZiZTE0YTk0ZDQ5MDUxNjIwOWQyMTk0MzViOTYzOQ==
5
- data.tar.gz: !binary |-
6
- ZjYxMjAwMmYyNTg4ZjA2YTIzYjQ4MDQwMjE0ZWI5NTEyMWZjOTBiYg==
7
- SHA512:
8
- metadata.gz: !binary |-
9
- YjEzMzE3Mjg5OTkyY2ZiZTdlYjVlMDE5ODE4MzBiZmVjZjVkZWIyY2Y3MWUz
10
- ZTBlNGQ1ZDdlOTdmOWIyY2YzZmE5Nzk2ZTcwNGFiYTdlODc0OWRhMzQwYTNl
11
- MzhlYTIzZWExN2JjMTRmMDc5ZDM5ZGU5MjhmNzRjYmJjZGY4YzI=
12
- data.tar.gz: !binary |-
13
- MWQyNzYwMzY4OGIyODU1ZGVjOTcwMDk1ZTQ0Nzc2N2I3OWU3ZDQ0NWE0MDcw
14
- NzdjNDU2NTU4NTQ2ZTljMjQzMTYxZjlkZjRjNWM1N2ZiZmQ1NTI1Y2I5NGI2
15
- NjYzMTViNjM1NzNhZTQ4MWU5OWM2OTYyMGE1ZGJiYjNkNzhhMWY=
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0f3595661a6ec79d1226adefb3d6a95827f50d35
4
+ data.tar.gz: 6782da145ab8e0d3893a34807443d7e916c90fa2
5
+ SHA512:
6
+ metadata.gz: 4d62f16a2f96aaca5b958ea8ca4df96b8cda205365c3f175fff49683c607abba9ae5ca7ef02af1f3100665e17f26891e1f2b9b6be9de03656379b479ac8fc191
7
+ data.tar.gz: bf202c96b1f64895f1f550f1ea88f8049f601e54a839418dda948f10d6df6e8f37812d6b32ba6b6d4f9fd12d72dd2921de322de9552c1a17d1c099307e6f8e85
metadata CHANGED
@@ -1,51 +1,59 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: yew
3
- version: !ruby/object:Gem::Version
4
- version: 0.0.9
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.10
5
5
  platform: ruby
6
- authors:
6
+ authors:
7
7
  - Gianfranco Zas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-30 00:00:00.000000000 Z
11
+
12
+ date: 2015-03-07 00:00:00 Z
12
13
  dependencies: []
14
+
13
15
  description: Reads from .yml files and provides an object for key traversing.
14
16
  email: snmgian@gmail.com
15
17
  executables: []
18
+
16
19
  extensions: []
20
+
17
21
  extra_rdoc_files: []
18
- files:
19
- - lib/yew.rb
22
+
23
+ files:
20
24
  - COPYING
21
25
  - COPYING.LESSER
22
26
  - README.md
23
- - test/ts_yew.rb
27
+ - lib/yew.rb
24
28
  - test/test_yew_tree.rb
29
+ - test/ts_yew.rb
25
30
  homepage: https://github.com/snmgian/yew
26
- licenses:
31
+ licenses:
27
32
  - LGPL
28
33
  metadata: {}
34
+
29
35
  post_install_message:
30
36
  rdoc_options: []
31
- require_paths:
37
+
38
+ require_paths:
32
39
  - lib
33
- required_ruby_version: !ruby/object:Gem::Requirement
34
- requirements:
35
- - - ! '>='
36
- - !ruby/object:Gem::Version
37
- version: '0'
38
- required_rubygems_version: !ruby/object:Gem::Requirement
39
- requirements:
40
- - - ! '>='
41
- - !ruby/object:Gem::Version
42
- version: '0'
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: 1.9.2
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: "0"
43
50
  requirements: []
51
+
44
52
  rubyforge_project:
45
- rubygems_version: 2.1.5
53
+ rubygems_version: 2.4.5
46
54
  signing_key:
47
55
  specification_version: 4
48
56
  summary: Offers an object access like interface to hash structures.
49
- test_files:
57
+ test_files:
50
58
  - test/ts_yew.rb
51
59
  - test/test_yew_tree.rb