sal-tools-analyze 0.0.1 → 0.0.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.
@@ -3,7 +3,7 @@ Gem::Specification.new do | s |
3
3
  s.summary = "Analyse SAL-Code"
4
4
  s.description = File.read(File.join(File.dirname(__FILE__), 'README'))
5
5
  s.requirements = [ 'An installed dictionary (most Unix systems have one)']
6
- s.version = '0.0.1'
6
+ s.version = '0.0.3'
7
7
  s.author = "M. Ehehalt"
8
8
  s.email = "flynn42ryder@rubyforge.org"
9
9
  s.homepage = ""
@@ -13,4 +13,5 @@ Gem::Specification.new do | s |
13
13
  s.executables = []
14
14
  s.test_files = Dir["test/tes*.rb"]
15
15
  s.has_rdoc = true
16
+ s.rubyforge_project = 'sal-tools'
16
17
  end
metadata CHANGED
@@ -1,53 +1,29 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: sal-tools-analyze
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 0
8
- - 1
9
- version: 0.0.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ prerelease:
10
6
  platform: ruby
11
- authors:
7
+ authors:
12
8
  - M. Ehehalt
13
9
  autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
-
17
- date: 2011-10-31 00:00:00 +01:00
18
- default_executable:
12
+ date: 2011-11-01 00:00:00.000000000Z
19
13
  dependencies: []
20
-
21
- description: |
22
- = sal-tools - A library for the analyze of SAL code
23
-
24
- == SYNOPSIS
25
-
26
- This library gives the basic functionality to analyse Gupta source code.
27
- Copyright (c)2007-2011 by Michael Ehehalt
28
- Error and feature list at the end of the document
29
-
30
- == Other stuff
31
-
32
- Author:: M. Ehehalt <flynn42ryder@rubyforge.org>
33
- License:: Copyright (C) 2007, 2008, ... M. Ehehalt
34
- Released under the GNU GPL 2 license
35
-
36
- == Warranty
37
-
38
- This program is distributed in the hope that it will be useful,
39
- but WITHOUT ANY WARRANTY; without even the implied warranty of
40
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41
- GNU General Public License for more details.
42
-
14
+ description: ! "= sal-tools - A library for the analyze of SAL code\n\n== SYNOPSIS\n\nThis
15
+ library gives the basic functionality to analyse Gupta source code.\nCopyright (c)2007-2011
16
+ by Michael Ehehalt\nError and feature list at the end of the document\n\n== Other
17
+ stuff\n\nAuthor:: M. Ehehalt <flynn42ryder@rubyforge.org>\nLicense:: Copyright
18
+ (C) 2007, 2008, ... M. Ehehalt\n Released under the GNU GPL 2 license\n\n==
19
+ Warranty\n\nThis program is distributed in the hope that it will be useful,\nbut
20
+ WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS
21
+ FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n"
43
22
  email: flynn42ryder@rubyforge.org
44
23
  executables: []
45
-
46
24
  extensions: []
47
-
48
25
  extra_rdoc_files: []
49
-
50
- files:
26
+ files:
51
27
  - AUTHORS
52
28
  - lib/sal/class.rb
53
29
  - lib/sal/code.rb
@@ -61,6 +37,7 @@ files:
61
37
  - lib/sal/version.rb
62
38
  - README
63
39
  - sal-tools-analyze-0.0.1.gem
40
+ - sal-tools-analyze-0.0.2.gem
64
41
  - sal-tools-analyze.gemspec
65
42
  - test/data/test.21.text.sql.app
66
43
  - test/data/test.40.indented.app
@@ -83,38 +60,32 @@ files:
83
60
  - test/test_item.rb
84
61
  - test/test_library.rb
85
62
  - test/test_version.rb
86
- has_rdoc: true
87
- homepage: ""
63
+ homepage: ''
88
64
  licenses: []
89
-
90
65
  post_install_message:
91
66
  rdoc_options: []
92
-
93
- require_paths:
67
+ require_paths:
94
68
  - lib
95
- required_ruby_version: !ruby/object:Gem::Requirement
96
- requirements:
97
- - - ">="
98
- - !ruby/object:Gem::Version
99
- segments:
100
- - 1
101
- - 9
102
- version: "1.9"
103
- required_rubygems_version: !ruby/object:Gem::Requirement
104
- requirements:
105
- - - ">="
106
- - !ruby/object:Gem::Version
107
- segments:
108
- - 0
109
- version: "0"
110
- requirements:
69
+ required_ruby_version: !ruby/object:Gem::Requirement
70
+ none: false
71
+ requirements:
72
+ - - ! '>='
73
+ - !ruby/object:Gem::Version
74
+ version: '1.9'
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
+ none: false
77
+ requirements:
78
+ - - ! '>='
79
+ - !ruby/object:Gem::Version
80
+ version: '0'
81
+ requirements:
111
82
  - An installed dictionary (most Unix systems have one)
112
- rubyforge_project:
113
- rubygems_version: 1.3.6
83
+ rubyforge_project: sal-tools
84
+ rubygems_version: 1.8.11
114
85
  signing_key:
115
86
  specification_version: 3
116
87
  summary: Analyse SAL-Code
117
- test_files:
88
+ test_files:
118
89
  - test/test.rb
119
90
  - test/test_class.rb
120
91
  - test/test_code.rb