sdl4r 0.9.2 → 0.9.3

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.
metadata CHANGED
@@ -1,22 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdl4r
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
5
4
  prerelease: false
6
5
  segments:
7
- - 0
8
- - 9
9
- - 2
10
- version: 0.9.2
6
+ - 0
7
+ - 9
8
+ - 3
9
+ version: 0.9.3
11
10
  platform: ruby
12
11
  authors:
13
- - Philippe Vosges
14
- - Daniel Leuck
12
+ - Philippe Vosges
13
+ - Daniel Leuck
15
14
  autorequire:
16
15
  bindir: bin
17
16
  cert_chain: []
18
17
 
19
- date: 2010-07-31 00:00:00 +09:00
18
+ date: 2010-08-05 00:00:00 +09:00
20
19
  default_executable:
21
20
  dependencies: []
22
21
 
@@ -29,31 +28,32 @@ extensions: []
29
28
  extra_rdoc_files: []
30
29
 
31
30
  files:
32
- - lib/sdl4r/sdl_time_span.rb
33
- - lib/sdl4r/sdl.rb
34
- - lib/sdl4r/sdl_parse_error.rb
35
- - lib/sdl4r/tag.rb
36
- - lib/sdl4r/parser.rb
37
- - lib/sdl4r/sdl_binary.rb
38
- - lib/sdl4r/parser/reader.rb
39
- - lib/sdl4r/parser/tokenizer.rb
40
- - lib/sdl4r/parser/token.rb
41
- - lib/sdl4r/parser/time_span_with_zone.rb
42
- - README
43
- - TODO.txt
44
- - Rakefile
45
- - LICENSE
46
- - CHANGELOG
47
- - test/sdl4r/test_structures.sdl
48
- - test/sdl4r/parser_test.rb
49
- - test/sdl4r/test.rb
50
- - test/sdl4r/test_basic_types.sdl
51
- - doc/rdoc-style.css
52
- - doc/fr_file_index.html
53
- - doc/fr_class_index.html
54
- - doc/fr_method_index.html
55
- - doc/index.html
56
- - doc/created.rid
31
+ - lib/sdl4r/sdl_time_span.rb
32
+ - lib/sdl4r/sdl.rb
33
+ - lib/sdl4r/sdl_parse_error.rb
34
+ - lib/sdl4r/tag.rb
35
+ - lib/sdl4r/parser.rb
36
+ - lib/sdl4r/sdl_binary.rb
37
+ - lib/sdl4r/parser/reader.rb
38
+ - lib/sdl4r/parser/tokenizer.rb
39
+ - lib/sdl4r/parser/token.rb
40
+ - lib/sdl4r/parser/time_span_with_zone.rb
41
+ - README
42
+ - TODO.txt
43
+ - Rakefile
44
+ - LICENSE
45
+ - CHANGELOG
46
+ - test/sdl4r/test_structures.sdl
47
+ - test/sdl4r/parser_test.rb
48
+ - test/sdl4r/test_basic_types.sdl
49
+ - test/sdl4r/tag_test.rb
50
+ - test/sdl4r/sdl4r_test.rb
51
+ - doc/rdoc-style.css
52
+ - doc/fr_file_index.html
53
+ - doc/fr_class_index.html
54
+ - doc/fr_method_index.html
55
+ - doc/index.html
56
+ - doc/created.rid
57
57
  has_rdoc: true
58
58
  homepage: http://www.ikayzo.org/confluence/display/SDL/Home
59
59
  licenses: []
@@ -62,32 +62,31 @@ post_install_message:
62
62
  rdoc_options: []
63
63
 
64
64
  require_paths:
65
- - lib
65
+ - lib
66
66
  required_ruby_version: !ruby/object:Gem::Requirement
67
67
  none: false
68
68
  requirements:
69
- - - ">="
70
- - !ruby/object:Gem::Version
71
- hash: 3
72
- segments:
73
- - 0
74
- version: "0"
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ segments:
72
+ - 0
73
+ version: "0"
75
74
  required_rubygems_version: !ruby/object:Gem::Requirement
76
75
  none: false
77
76
  requirements:
78
- - - ">="
79
- - !ruby/object:Gem::Version
80
- hash: 3
81
- segments:
82
- - 0
83
- version: "0"
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ segments:
80
+ - 0
81
+ version: "0"
84
82
  requirements:
85
- - none
83
+ - none
86
84
  rubyforge_project: sdl4r
87
85
  rubygems_version: 1.3.7
88
86
  signing_key:
89
87
  specification_version: 3
90
88
  summary: Simple Declarative Language for Ruby library
91
89
  test_files:
92
- - test/sdl4r/parser_test.rb
93
- - test/sdl4r/test.rb
90
+ - test/sdl4r/parser_test.rb
91
+ - test/sdl4r/tag_test.rb
92
+ - test/sdl4r/sdl4r_test.rb