radius 0.7.0.prerelease3 → 0.7.0

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.
data/CHANGELOG CHANGED
@@ -1,6 +1,7 @@
1
1
  = Change Log
2
2
 
3
- == edge
3
+ == 0.7
4
+ * Improve performance by switching back to regular expression parsing [jfahrenkrug]
4
5
  * Support for Rubinius [jlong]
5
6
  * Support for Ruby 1.9 [aemadrid]
6
7
  * More tests [aemadrid]
data/CONTRIBUTORS ADDED
@@ -0,0 +1,14 @@
1
+ CONTRIBUTORS
2
+ ============
3
+
4
+ The following people have committed code to Radius. Thank you!
5
+
6
+ Adrian Madrid
7
+ Bryce Kerley
8
+ David Chelimsky
9
+ Jason Garber
10
+ Jeremy
11
+ Jim Gay
12
+ Johannes Fahrenkrug
13
+ John W. Long
14
+ Todd Willey
@@ -1,5 +1,5 @@
1
1
  module Radius #:nodoc:
2
- VERSION = "0.7.0.prerelease3"
2
+ VERSION = "0.7.0"
3
3
  def self.version
4
4
  VERSION
5
5
  end
data/radius.gemspec CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.email = %q{me@johnwlong.com}
12
12
  s.extra_rdoc_files = [
13
13
  "CHANGELOG",
14
+ "CONTRIBUTORS",
14
15
  "LICENSE",
15
16
  "QUICKSTART.rdoc",
16
17
  "README.rdoc"
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radius
3
3
  version: !ruby/object:Gem::Version
4
- hash: 2185222979
5
- prerelease: 6
4
+ hash: 3
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
9
  - 0
10
- - prerelease
11
- - 3
12
- version: 0.7.0.prerelease3
10
+ version: 0.7.0
13
11
  platform: ruby
14
12
  authors:
15
13
  - John W. Long (me@johnwlong.com)
@@ -19,7 +17,7 @@ autorequire:
19
17
  bindir: bin
20
18
  cert_chain: []
21
19
 
22
- date: 2011-08-03 00:00:00 -04:00
20
+ date: 2011-08-14 00:00:00 -04:00
23
21
  default_executable:
24
22
  dependencies:
25
23
  - !ruby/object:Gem::Dependency
@@ -44,22 +42,19 @@ extensions: []
44
42
 
45
43
  extra_rdoc_files:
46
44
  - CHANGELOG
45
+ - CONTRIBUTORS
47
46
  - LICENSE
48
47
  - QUICKSTART.rdoc
49
48
  - README.rdoc
50
49
  files:
51
50
  - CHANGELOG
51
+ - CONTRIBUTORS
52
52
  - Gemfile
53
53
  - lib/radius/context.rb
54
- - lib/radius/context.rbc
55
54
  - lib/radius/delegating_open_struct.rb
56
- - lib/radius/delegating_open_struct.rbc
57
55
  - lib/radius/error.rb
58
- - lib/radius/error.rbc
59
56
  - lib/radius/ord_string.rb
60
- - lib/radius/ord_string.rbc
61
57
  - lib/radius/parse_tag.rb
62
- - lib/radius/parse_tag.rbc
63
58
  - lib/radius/parser/java_scanner.jar
64
59
  - lib/radius/parser/JavaScanner$Flavor.class
65
60
  - lib/radius/parser/JavaScanner$Tag.class
@@ -67,53 +62,31 @@ files:
67
62
  - lib/radius/parser/JavaScanner.java
68
63
  - lib/radius/parser/JavaScanner.rl
69
64
  - lib/radius/parser/scanner.rb
70
- - lib/radius/parser/scanner.rbc
71
65
  - lib/radius/parser/squiggle_scanner.rb
72
- - lib/radius/parser/squiggle_scanner.rbc
73
66
  - lib/radius/parser.rb
74
- - lib/radius/parser.rbc
75
67
  - lib/radius/tag_binding.rb
76
- - lib/radius/tag_binding.rbc
77
68
  - lib/radius/tag_definitions.rb
78
- - lib/radius/tag_definitions.rbc
79
69
  - lib/radius/utility.rb
80
- - lib/radius/utility.rbc
81
70
  - lib/radius/version.rb
82
- - lib/radius/version.rbc
83
71
  - lib/radius.rb
84
- - lib/radius.rbc
85
72
  - LICENSE
86
73
  - pkg/radius-0.7.0.prerelease.gem
87
74
  - QUICKSTART.rdoc
88
75
  - radius.gemspec
89
- - radius.gemspec.orig
90
76
  - Rakefile
91
77
  - README.rdoc
92
78
  - tasks/rdoc.rake
93
- - tasks/rdoc.rake.compiled.rbc
94
79
  - tasks/rubinius.rake
95
- - tasks/rubinius.rake.compiled.rbc
96
- - tasks/scan.rake
97
- - tasks/scan.rake.compiled.rbc
98
80
  - tasks/test.rake
99
- - tasks/test.rake.compiled.rbc
100
81
  - test/benchmarks.rb
101
82
  - test/context_test.rb
102
- - test/context_test.rbc
103
83
  - test/multithreaded_test.rb
104
- - test/multithreaded_test.rbc
105
84
  - test/ord_string_test.rb
106
- - test/ord_string_test.rbc
107
85
  - test/parser_test.rb
108
- - test/parser_test.rbc
109
86
  - test/quickstart_test.rb
110
- - test/quickstart_test.rbc
111
87
  - test/squiggle_test.rb
112
- - test/squiggle_test.rbc
113
88
  - test/test_helper.rb
114
- - test/test_helper.rbc
115
89
  - test/utility_test.rb
116
- - test/utility_test.rbc
117
90
  - .gitignore
118
91
  has_rdoc: true
119
92
  homepage: http://github.com/jlong/radius