dtk-dsl 1.0.4 → 1.0.5

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 (3) hide show
  1. checksums.yaml +13 -5
  2. data/lib/dsl/version.rb +1 -1
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d4d47922ee6c015d65d73ef7bcd0fe0dbc7cb846
4
- data.tar.gz: 9b454801e5420372da84efd4356c78e39a8d304b
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YTE2MjU5YTYxMzU4NjA0N2YxNTVhZWYzNzdlYjkxZTU3ZGUwNjg1ZA==
5
+ data.tar.gz: !binary |-
6
+ NDg5ZjFkYzg5NzNlZTY2MWVlODdiY2ZlM2U3ZmQxZmM1ZWE0ODQ0NA==
5
7
  SHA512:
6
- metadata.gz: bc673a8588096a85974576262f0092a9f20d733504bd0f1c29bd65597ce895933308290337a941fa03b34c77f3a0947e78908450ee35ed63336278690f4e98bc
7
- data.tar.gz: bbf66bc0ecb91f507397822029cd941c515f7f6e414c6f6c1884fee4aae862418008aa9c4f8b7b11e37144ffee803e26464c41615859de264303b9071474940b
8
+ metadata.gz: !binary |-
9
+ OTgwYjc0NDY1ZGIxZmY4YTBmZDc1NmE1ZTA1MzYwMTgxMzdjZjhmN2RkMTVi
10
+ MjVhZTNhNDE2MTA2ZWZlZjU4NjIzMzdmM2RkZDk2Y2RmMDE5MzQzZTE2ZGU4
11
+ OGJkZDcyNmQxM2MyYjczYWU5OWFiNGE2OTA2ZGYxNTJjMjIwNDM=
12
+ data.tar.gz: !binary |-
13
+ OGVjOTQwNzgwMGRiOGViYzBjNTlhMzVkNzg3NWZlZWI0MjkyNDNjMDZhNjE1
14
+ NWY0NjUyMzEzMDczNDcyZTFlMTczNzA5YTc3MjQzMWEzZmQ0NGIyZDJkYzNj
15
+ MGU4MTY3MTliZWExY2NlMjA0YzBkOGUzNTE5ZTI4YjZhYjNkODk=
data/lib/dsl/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module DTK
2
2
  module DSL
3
- VERSION="1.0.4"
3
+ VERSION="1.0.5"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtk-dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reactor8
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-27 00:00:00.000000000 Z
11
+ date: 2017-04-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Library for parsing DT DSL files.
14
14
  email: support@reactor8.com
@@ -16,7 +16,7 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
- - ".gitignore"
19
+ - .gitignore
20
20
  - Gemfile
21
21
  - README.md
22
22
  - dtk-dsl.gemspec
@@ -139,17 +139,17 @@ require_paths:
139
139
  - lib
140
140
  required_ruby_version: !ruby/object:Gem::Requirement
141
141
  requirements:
142
- - - ">="
142
+ - - ! '>='
143
143
  - !ruby/object:Gem::Version
144
144
  version: 1.9.3
145
145
  required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  requirements:
147
- - - ">="
147
+ - - ! '>='
148
148
  - !ruby/object:Gem::Version
149
149
  version: '0'
150
150
  requirements: []
151
151
  rubyforge_project:
152
- rubygems_version: 2.4.1
152
+ rubygems_version: 2.4.8
153
153
  signing_key:
154
154
  specification_version: 4
155
155
  summary: Library for parsing DT DSL files.