joshbuddy-usher 0.5.4 → 0.5.6

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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: joshbuddy-usher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Hull
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-28 00:00:00 -07:00
12
+ date: 2009-09-15 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -49,6 +49,7 @@ files:
49
49
  - lib/usher/interface/rails2_2_interface/mapper.rb
50
50
  - lib/usher/interface/rails2_3_interface.rb
51
51
  - lib/usher/interface/rails3_interface.rb
52
+ - lib/usher/interface/text_interface.rb
52
53
  - lib/usher/node.rb
53
54
  - lib/usher/route.rb
54
55
  - lib/usher/route/path.rb
@@ -59,6 +60,7 @@ files:
59
60
  - lib/usher/util.rb
60
61
  - lib/usher/util/generate.rb
61
62
  - lib/usher/util/parser.rb
63
+ - lib/usher/util/rack-mixins.rb
62
64
  - rails/init.rb
63
65
  - spec/private/email/recognize_spec.rb
64
66
  - spec/private/generate_spec.rb
@@ -66,6 +68,7 @@ files:
66
68
  - spec/private/parser_spec.rb
67
69
  - spec/private/path_spec.rb
68
70
  - spec/private/rack/dispatch_spec.rb
71
+ - spec/private/rack/generate_spec.rb
69
72
  - spec/private/rails2_2/compat.rb
70
73
  - spec/private/rails2_2/generate_spec.rb
71
74
  - spec/private/rails2_2/path_spec.rb
@@ -112,6 +115,7 @@ test_files:
112
115
  - spec/private/parser_spec.rb
113
116
  - spec/private/path_spec.rb
114
117
  - spec/private/rack/dispatch_spec.rb
118
+ - spec/private/rack/generate_spec.rb
115
119
  - spec/private/rails2_2/compat.rb
116
120
  - spec/private/rails2_2/generate_spec.rb
117
121
  - spec/private/rails2_2/path_spec.rb