strikeroff-routing-filter 0.0.2 → 0.1.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.
@@ -0,0 +1,33 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{strikeroff-routing-filter}
5
+ s.version = "0.1.0"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Vesov Ilya"]
9
+ s.date = %q{2009-10-18}
10
+ s.description = %q{strikeroff-routing-filter}
11
+ s.email = %q{strikeroff@gmail.com}
12
+ s.extra_rdoc_files = ["lib/routing_filter/base.rb", "lib/routing_filter/force_extension.rb", "lib/routing_filter/locale.rb", "lib/routing_filter/pagination.rb", "lib/routing_filter.rb"]
13
+ s.files = ["init.rb", "lib/routing_filter/base.rb", "lib/routing_filter/force_extension.rb", "lib/routing_filter/locale.rb", "lib/routing_filter/pagination.rb", "lib/routing_filter.rb", "Manifest", "MIT-LICENSE", "Rakefile", "README.markdown", "routing-filter.gemspec", "spec/force_extension_spec.rb", "spec/generation_spec.rb", "spec/pagination_extension_spec.rb", "spec/recognition_spec.rb", "spec/routing_filter_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "strikeroff-routing-filter.gemspec", "VERSION"]
14
+ s.homepage = %q{http://github.com/strikeroff}
15
+ s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Strikeroff-routing-filter", "--main", "README.markdown", "-c utf-8"]
16
+ s.require_paths = ["lib"]
17
+ s.rubyforge_project = %q{strikeroff-routing-filter}
18
+ s.rubygems_version = %q{1.3.5}
19
+ s.summary = %q{strikeroff-routing-filter}
20
+
21
+ if s.respond_to? :specification_version then
22
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
23
+ s.specification_version = 3
24
+
25
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
26
+ s.add_development_dependency(%q<echoe>, [">= 0"])
27
+ else
28
+ s.add_dependency(%q<echoe>, [">= 0"])
29
+ end
30
+ else
31
+ s.add_dependency(%q<echoe>, [">= 0"])
32
+ end
33
+ end
metadata CHANGED
@@ -1,37 +1,51 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strikeroff-routing-filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
- - Sven Fuchs
7
+ - Vesov Ilya
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-26 00:00:00 -07:00
12
+ date: 2009-10-18 00:00:00 +05:00
13
13
  default_executable:
14
- dependencies: []
15
-
16
- description: routing-filter wraps around the complex beast that the Rails routing system is, allowing for unseen flexibility and power in Rails URL recognition and generation.
17
- email: svenfuchs@artweb-design.de
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: echoe
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
25
+ description: strikeroff-routing-filter
26
+ email: strikeroff@gmail.com
18
27
  executables: []
19
28
 
20
29
  extensions: []
21
30
 
22
31
  extra_rdoc_files:
23
- - README.markdown
32
+ - lib/routing_filter/base.rb
33
+ - lib/routing_filter/force_extension.rb
34
+ - lib/routing_filter/locale.rb
35
+ - lib/routing_filter/pagination.rb
36
+ - lib/routing_filter.rb
24
37
  files:
25
- - .gitignore
26
- - MIT-LICENSE
27
- - README.markdown
28
- - VERSION
29
38
  - init.rb
30
- - lib/routing_filter.rb
31
39
  - lib/routing_filter/base.rb
32
40
  - lib/routing_filter/force_extension.rb
33
41
  - lib/routing_filter/locale.rb
34
42
  - lib/routing_filter/pagination.rb
43
+ - lib/routing_filter.rb
44
+ - Manifest
45
+ - MIT-LICENSE
46
+ - Rakefile
47
+ - README.markdown
48
+ - routing-filter.gemspec
35
49
  - spec/force_extension_spec.rb
36
50
  - spec/generation_spec.rb
37
51
  - spec/pagination_extension_spec.rb
@@ -39,11 +53,21 @@ files:
39
53
  - spec/routing_filter_spec.rb
40
54
  - spec/spec.opts
41
55
  - spec/spec_helper.rb
42
- has_rdoc: false
43
- homepage: http://github.com/svenfuchs/routing-filter
56
+ - strikeroff-routing-filter.gemspec
57
+ - VERSION
58
+ has_rdoc: true
59
+ homepage: http://github.com/strikeroff
60
+ licenses: []
61
+
44
62
  post_install_message:
45
63
  rdoc_options:
46
- - --charset=UTF-8
64
+ - --line-numbers
65
+ - --inline-source
66
+ - --title
67
+ - Strikeroff-routing-filter
68
+ - --main
69
+ - README.markdown
70
+ - -c utf-8
47
71
  require_paths:
48
72
  - lib
49
73
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -56,19 +80,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
80
  requirements:
57
81
  - - ">="
58
82
  - !ruby/object:Gem::Version
59
- version: "0"
83
+ version: "1.2"
60
84
  version:
61
85
  requirements: []
62
86
 
63
- rubyforge_project:
64
- rubygems_version: 1.2.0
87
+ rubyforge_project: strikeroff-routing-filter
88
+ rubygems_version: 1.3.5
65
89
  signing_key:
66
90
  specification_version: 3
67
- summary: routing-filter wraps around the complex beast that the Rails routing system is, allowing for unseen flexibility and power in Rails URL recognition and generation.
68
- test_files:
69
- - spec/force_extension_spec.rb
70
- - spec/generation_spec.rb
71
- - spec/pagination_extension_spec.rb
72
- - spec/recognition_spec.rb
73
- - spec/routing_filter_spec.rb
74
- - spec/spec_helper.rb
91
+ summary: strikeroff-routing-filter
92
+ test_files: []
93
+
data/.gitignore DELETED
@@ -1,2 +0,0 @@
1
- vendor
2
- gem_build.bat