scaffold_parser 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +5 -5
  2. data/Gemfile +0 -2
  3. data/README.md +16 -3
  4. data/scaffold_parser.gemspec +1 -1
  5. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f73c0fdee49ab3924a4a54c9f2eae17d2e8ed9d0
4
- data.tar.gz: d8ea19380c6292ea0e05f7abcfc14c02c9258af6
2
+ SHA256:
3
+ metadata.gz: bbb0d837793febc8b6bc31b1fe40fc09c7a5436658d92d8072455dc99ad5110d
4
+ data.tar.gz: 1bdc19ff448a9dad85e7535da84f842d902061a433f85cabf054fed09943c051
5
5
  SHA512:
6
- metadata.gz: 1276523459199eab21d88f73499137fb64b0470c99d4667ca04be3c9b23f54e1a461a03d1641cc5226f2cc3cc58d7aa2ae27a5b7140acdbbb96165b5d4370b9b
7
- data.tar.gz: ba0943f8c1d19e392099447381ac829a9ce0acb28d25253cbae9cd20091fc133aa59721df1f546a182aa2fff9450a6eb3f2c76fb795a537693af26f48a46e6e0
6
+ metadata.gz: bca4cfd7658eef64dc567a04ae26669577772cd7cc99f67a68ebc818f1a4f2555d387360c67d6d8ad84d3f4998db8f2861494a7bd757247a33d1cb707d45b42d
7
+ data.tar.gz: cac1ce991b9fe6555ccaf54590104d8bc7bbb1c4c908fe0fa522604159ec824ac5b6f4ee7f88e6c764ac3dac4f425f125a32693ff908de410fdbb801ef4ccdc8
data/Gemfile CHANGED
@@ -4,5 +4,3 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
4
 
5
5
  # Specify your gem's dependencies in scaffold_parser.gemspec
6
6
  gemspec
7
-
8
- gem 'xsd_model', path: '/home/masa331/code/ruby/xsd_model/'
data/README.md CHANGED
@@ -1,7 +1,20 @@
1
1
  # ScaffoldParser
2
2
 
3
- Unstable until 1.0.0
3
+ Hi everybody,
4
4
 
5
- ## License
5
+ the purpose of this gem is to take a XSD and generate parser and builder classes to work with XMLs it defines. Unfortunattely i didn't yet have a time to write the docs.
6
6
 
7
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
7
+ But it works! I already have a 2 gems generated and working with it:
8
+
9
+ * [pohoda](https://github.com/Masa331/pohoda)
10
+ * [moneys3](https://github.com/Masa331/moneys3)
11
+
12
+ If you really want to spend time finding out what this gem really does, you can try to look at the first linked repo above, it has some docs. Then if you think you would use something like this let me know and i will try to help. In the meantime, i will try to find some time to write the docs.
13
+
14
+ Premysl Donat
15
+
16
+ ## Changelog
17
+
18
+ ### 16.1.2019
19
+
20
+ * Removed dependency on local gem copy
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'scaffold_parser'
6
- spec.version = '0.9.0'
6
+ spec.version = '0.9.1'
7
7
  spec.authors = ['Premysl Donat']
8
8
  spec.email = ['pdonat@seznam.cz']
9
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scaffold_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Premysl Donat
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-23 00:00:00.000000000 Z
11
+ date: 2019-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xsd_model
@@ -187,8 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  - !ruby/object:Gem::Version
188
188
  version: '0'
189
189
  requirements: []
190
- rubyforge_project:
191
- rubygems_version: 2.6.14.1
190
+ rubygems_version: 3.0.2
192
191
  signing_key:
193
192
  specification_version: 4
194
193
  summary: Tool for fast parser scaffolding