requests_counter 0.1.6 → 0.2.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.rdoc +2 -0
- data/Manifest +1 -0
- data/Rakefile +1 -1
- data/requests_counter.gemspec +10 -12
- metadata +42 -69
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -0
data/CHANGELOG.rdoc
CHANGED
data/Manifest
CHANGED
|
@@ -9,5 +9,6 @@ lib/generators/my_requests_counter/install_generator.rb
|
|
|
9
9
|
lib/generators/my_requests_counter/templates/create_requests_counters_migration.rb
|
|
10
10
|
lib/generators/my_requests_counter/templates/requests_counter_init.rb
|
|
11
11
|
lib/requests_counter.rb
|
|
12
|
+
requests_counter.gemspec
|
|
12
13
|
spec/requests_counter_spec.rb
|
|
13
14
|
spec/spec_helper.rb
|
data/Rakefile
CHANGED
|
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
|
2
2
|
require 'rake'
|
|
3
3
|
require 'echoe'
|
|
4
4
|
|
|
5
|
-
Echoe.new('requests_counter', '0.
|
|
5
|
+
Echoe.new('requests_counter', '0.2.0') do |p|
|
|
6
6
|
p.description = "Requests Counter allows you to count attemps to get resource. You can then decide if attemp should be stopped (banned)."
|
|
7
7
|
p.url = "https://github.com/mensfeld/Requests-Counter"
|
|
8
8
|
p.author = "Maciej Mensfeld"
|
data/requests_counter.gemspec
CHANGED
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
|
-
s.name =
|
|
5
|
-
s.version = "0.
|
|
4
|
+
s.name = "requests_counter"
|
|
5
|
+
s.version = "0.2.0"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Maciej Mensfeld"]
|
|
9
|
-
s.
|
|
10
|
-
s.
|
|
11
|
-
s.
|
|
12
|
-
s.email = %q{maciej@mensfeld.pl}
|
|
9
|
+
s.date = "2012-02-25"
|
|
10
|
+
s.description = "Requests Counter allows you to count attemps to get resource. You can then decide if attemp should be stopped (banned)."
|
|
11
|
+
s.email = "maciej@mensfeld.pl"
|
|
13
12
|
s.extra_rdoc_files = ["CHANGELOG.rdoc", "README.md", "lib/generators/my_requests_counter/install_generator.rb", "lib/generators/my_requests_counter/templates/create_requests_counters_migration.rb", "lib/generators/my_requests_counter/templates/requests_counter_init.rb", "lib/requests_counter.rb"]
|
|
14
|
-
s.files = ["CHANGELOG.rdoc", "Gemfile", "MIT-LICENSE", "Manifest", "README.md", "Rakefile", "init.rb", "lib/generators/my_requests_counter/install_generator.rb", "lib/generators/my_requests_counter/templates/create_requests_counters_migration.rb", "lib/generators/my_requests_counter/templates/requests_counter_init.rb", "lib/requests_counter.rb", "spec/requests_counter_spec.rb", "spec/spec_helper.rb"
|
|
15
|
-
s.homepage =
|
|
13
|
+
s.files = ["CHANGELOG.rdoc", "Gemfile", "MIT-LICENSE", "Manifest", "README.md", "Rakefile", "init.rb", "lib/generators/my_requests_counter/install_generator.rb", "lib/generators/my_requests_counter/templates/create_requests_counters_migration.rb", "lib/generators/my_requests_counter/templates/requests_counter_init.rb", "lib/requests_counter.rb", "requests_counter.gemspec", "spec/requests_counter_spec.rb", "spec/spec_helper.rb"]
|
|
14
|
+
s.homepage = "https://github.com/mensfeld/Requests-Counter"
|
|
16
15
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Requests_counter", "--main", "README.md"]
|
|
17
16
|
s.require_paths = ["lib"]
|
|
18
|
-
s.rubyforge_project =
|
|
19
|
-
s.rubygems_version =
|
|
20
|
-
s.
|
|
21
|
-
s.summary = %q{Requests Counter allows you to count attemps to get resource. You can then decide if attemp should be stopped (banned).}
|
|
17
|
+
s.rubyforge_project = "requests_counter"
|
|
18
|
+
s.rubygems_version = "1.8.15"
|
|
19
|
+
s.summary = "Requests Counter allows you to count attemps to get resource. You can then decide if attemp should be stopped (banned)."
|
|
22
20
|
|
|
23
21
|
if s.respond_to? :specification_version then
|
|
24
22
|
s.specification_version = 3
|
metadata
CHANGED
|
@@ -1,75 +1,51 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: requests_counter
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.2.0
|
|
4
5
|
prerelease:
|
|
5
|
-
version: 0.1.6
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
7
|
+
authors:
|
|
8
8
|
- Maciej Mensfeld
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
|
-
cert_chain:
|
|
12
|
-
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
ZWoxGDAWBgoJkiaJk/IsZAEZFghtZW5zZmVsZDESMBAGCgmSJomT8ixkARkWAnBs
|
|
16
|
-
MB4XDTExMDQwOTA5NDcyMloXDTEyMDQwODA5NDcyMlowPzEPMA0GA1UEAwwGbWFj
|
|
17
|
-
aWVqMRgwFgYKCZImiZPyLGQBGRYIbWVuc2ZlbGQxEjAQBgoJkiaJk/IsZAEZFgJw
|
|
18
|
-
bDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL0+nG3V4/exIeiJ0IN+
|
|
19
|
-
wVfq8Utcu4Qpo+58EIVMIu3FiK+8w6MBvatZnUrRu12pqWLw9xrUkCiYeRErD+jF
|
|
20
|
-
AmdggIM/tu9CcjvURXH7VeTzOVA+pnV+eJWMD61o8HljFVcb/nyEYYVKErtr9/O4
|
|
21
|
-
QrIGv5lnszq1PMj2sBMy2gOP1YnzawncMLmkpp/T5SU4JZ5gAktGMRVz8RxmZzF5
|
|
22
|
-
6NVqFLbuqSRSU5U//WJvZVJt8dycCGgQzBM4Vi3nkOWyjIF0BANf1TqnlU2u6s8d
|
|
23
|
-
UK1AoDZfg5feef5e8eqoomHebX1opNGM/SOQhu3LRgax4rJfnl6VS3I2wighohsf
|
|
24
|
-
AgcCAwEAAaM5MDcwCQYDVR0TBAIwADAdBgNVHQ4EFgQUGlrWBqxVieAPk7NEzBDp
|
|
25
|
-
kM+iAMMwCwYDVR0PBAQDAgSwMA0GCSqGSIb3DQEBBQUAA4IBAQAJMoyBaJs8boiz
|
|
26
|
-
lFpbw6MWjk+7ZhqoHpFrWEV4nzb5GzyHZ7GU/pa1fSEQR0SCs+LnTLQbAYNQyUTT
|
|
27
|
-
O+UsTuA7xzI//v6cSodv3Q9NbfoDlou74xv1NXorWoosQFMpVWrXv+c/1RqU3cq4
|
|
28
|
-
WUr+rRiveEXG4tXOwkrpX8KH8xVp2vQZcGw3AXPqhzfqDGzpHd6ws3lk+8HoSrSo
|
|
29
|
-
2L68tDoxraF2Z2toAg9vfFw1+mOeDk1xVIPVcBy3tJxstHfHGHlQuMiRiDQX2b2D
|
|
30
|
-
YYU8UWVt2841IwB5Dgl4O+atXhe9ZTBO0W32pl4Bq5CP9lhQRT1KL7sxfznJlF7Y
|
|
31
|
-
BH3YFsdk
|
|
32
|
-
-----END CERTIFICATE-----
|
|
33
|
-
|
|
34
|
-
date: 2011-06-10 00:00:00 +02:00
|
|
35
|
-
default_executable:
|
|
36
|
-
dependencies:
|
|
37
|
-
- !ruby/object:Gem::Dependency
|
|
11
|
+
cert_chain: []
|
|
12
|
+
date: 2012-02-25 00:00:00.000000000Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
38
15
|
name: activerecord
|
|
39
|
-
|
|
40
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
16
|
+
requirement: &25402680 !ruby/object:Gem::Requirement
|
|
41
17
|
none: false
|
|
42
|
-
requirements:
|
|
43
|
-
- -
|
|
44
|
-
- !ruby/object:Gem::Version
|
|
45
|
-
version:
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '0'
|
|
46
22
|
type: :runtime
|
|
47
|
-
version_requirements: *id001
|
|
48
|
-
- !ruby/object:Gem::Dependency
|
|
49
|
-
name: rspec
|
|
50
23
|
prerelease: false
|
|
51
|
-
|
|
24
|
+
version_requirements: *25402680
|
|
25
|
+
- !ruby/object:Gem::Dependency
|
|
26
|
+
name: rspec
|
|
27
|
+
requirement: &25401680 !ruby/object:Gem::Requirement
|
|
52
28
|
none: false
|
|
53
|
-
requirements:
|
|
54
|
-
- -
|
|
55
|
-
- !ruby/object:Gem::Version
|
|
29
|
+
requirements:
|
|
30
|
+
- - ! '>='
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
56
32
|
version: 2.0.0
|
|
57
33
|
type: :development
|
|
58
|
-
|
|
59
|
-
|
|
34
|
+
prerelease: false
|
|
35
|
+
version_requirements: *25401680
|
|
36
|
+
description: Requests Counter allows you to count attemps to get resource. You can
|
|
37
|
+
then decide if attemp should be stopped (banned).
|
|
60
38
|
email: maciej@mensfeld.pl
|
|
61
39
|
executables: []
|
|
62
|
-
|
|
63
40
|
extensions: []
|
|
64
|
-
|
|
65
|
-
extra_rdoc_files:
|
|
41
|
+
extra_rdoc_files:
|
|
66
42
|
- CHANGELOG.rdoc
|
|
67
43
|
- README.md
|
|
68
44
|
- lib/generators/my_requests_counter/install_generator.rb
|
|
69
45
|
- lib/generators/my_requests_counter/templates/create_requests_counters_migration.rb
|
|
70
46
|
- lib/generators/my_requests_counter/templates/requests_counter_init.rb
|
|
71
47
|
- lib/requests_counter.rb
|
|
72
|
-
files:
|
|
48
|
+
files:
|
|
73
49
|
- CHANGELOG.rdoc
|
|
74
50
|
- Gemfile
|
|
75
51
|
- MIT-LICENSE
|
|
@@ -81,41 +57,38 @@ files:
|
|
|
81
57
|
- lib/generators/my_requests_counter/templates/create_requests_counters_migration.rb
|
|
82
58
|
- lib/generators/my_requests_counter/templates/requests_counter_init.rb
|
|
83
59
|
- lib/requests_counter.rb
|
|
60
|
+
- requests_counter.gemspec
|
|
84
61
|
- spec/requests_counter_spec.rb
|
|
85
62
|
- spec/spec_helper.rb
|
|
86
|
-
- requests_counter.gemspec
|
|
87
|
-
has_rdoc: true
|
|
88
63
|
homepage: https://github.com/mensfeld/Requests-Counter
|
|
89
64
|
licenses: []
|
|
90
|
-
|
|
91
65
|
post_install_message:
|
|
92
|
-
rdoc_options:
|
|
66
|
+
rdoc_options:
|
|
93
67
|
- --line-numbers
|
|
94
68
|
- --inline-source
|
|
95
69
|
- --title
|
|
96
70
|
- Requests_counter
|
|
97
71
|
- --main
|
|
98
72
|
- README.md
|
|
99
|
-
require_paths:
|
|
73
|
+
require_paths:
|
|
100
74
|
- lib
|
|
101
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
75
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
102
76
|
none: false
|
|
103
|
-
requirements:
|
|
104
|
-
- -
|
|
105
|
-
- !ruby/object:Gem::Version
|
|
106
|
-
version:
|
|
107
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
|
+
requirements:
|
|
78
|
+
- - ! '>='
|
|
79
|
+
- !ruby/object:Gem::Version
|
|
80
|
+
version: '0'
|
|
81
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
82
|
none: false
|
|
109
|
-
requirements:
|
|
110
|
-
- -
|
|
111
|
-
- !ruby/object:Gem::Version
|
|
112
|
-
version:
|
|
83
|
+
requirements:
|
|
84
|
+
- - ! '>='
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
86
|
+
version: '1.2'
|
|
113
87
|
requirements: []
|
|
114
|
-
|
|
115
88
|
rubyforge_project: requests_counter
|
|
116
|
-
rubygems_version: 1.
|
|
89
|
+
rubygems_version: 1.8.15
|
|
117
90
|
signing_key:
|
|
118
91
|
specification_version: 3
|
|
119
|
-
summary: Requests Counter allows you to count attemps to get resource. You can then
|
|
92
|
+
summary: Requests Counter allows you to count attemps to get resource. You can then
|
|
93
|
+
decide if attemp should be stopped (banned).
|
|
120
94
|
test_files: []
|
|
121
|
-
|
data.tar.gz.sig
DELETED
|
Binary file
|
metadata.gz.sig
DELETED
|
Binary file
|