appstats 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,71 +2,32 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  appstats (0.0.4)
5
- rails
5
+ rails (= 2.3.8)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
10
  ZenTest (4.4.2)
11
- abstract (1.0.0)
12
- actionmailer (3.0.3)
13
- actionpack (= 3.0.3)
14
- mail (~> 2.2.9)
15
- actionpack (3.0.3)
16
- activemodel (= 3.0.3)
17
- activesupport (= 3.0.3)
18
- builder (~> 2.1.2)
19
- erubis (~> 2.6.6)
20
- i18n (~> 0.4)
21
- rack (~> 1.2.1)
22
- rack-mount (~> 0.6.13)
23
- rack-test (~> 0.5.6)
24
- tzinfo (~> 0.3.23)
25
- activemodel (3.0.3)
26
- activesupport (= 3.0.3)
27
- builder (~> 2.1.2)
28
- i18n (~> 0.4)
29
- activerecord (3.0.3)
30
- activemodel (= 3.0.3)
31
- activesupport (= 3.0.3)
32
- arel (~> 2.0.2)
33
- tzinfo (~> 0.3.23)
34
- activeresource (3.0.3)
35
- activemodel (= 3.0.3)
36
- activesupport (= 3.0.3)
37
- activesupport (3.0.3)
38
- arel (2.0.6)
39
- builder (2.1.2)
11
+ actionmailer (2.3.8)
12
+ actionpack (= 2.3.8)
13
+ actionpack (2.3.8)
14
+ activesupport (= 2.3.8)
15
+ rack (~> 1.1.0)
16
+ activerecord (2.3.8)
17
+ activesupport (= 2.3.8)
18
+ activeresource (2.3.8)
19
+ activesupport (= 2.3.8)
20
+ activesupport (2.3.8)
40
21
  diff-lcs (1.1.2)
41
- erubis (2.6.6)
42
- abstract (>= 1.0.0)
43
- i18n (0.5.0)
44
- mail (2.2.14)
45
- activesupport (>= 2.3.6)
46
- i18n (>= 0.4.0)
47
- mime-types (~> 1.16)
48
- treetop (~> 1.4.8)
49
- mime-types (1.16)
50
22
  mysql (2.8.1)
51
- polyglot (0.3.1)
52
- rack (1.2.1)
53
- rack-mount (0.6.13)
54
- rack (>= 1.0.0)
55
- rack-test (0.5.7)
56
- rack (>= 1.0)
57
- rails (3.0.3)
58
- actionmailer (= 3.0.3)
59
- actionpack (= 3.0.3)
60
- activerecord (= 3.0.3)
61
- activeresource (= 3.0.3)
62
- activesupport (= 3.0.3)
63
- bundler (~> 1.0)
64
- railties (= 3.0.3)
65
- railties (3.0.3)
66
- actionpack (= 3.0.3)
67
- activesupport (= 3.0.3)
68
- rake (>= 0.8.7)
69
- thor (~> 0.14.4)
23
+ rack (1.1.0)
24
+ rails (2.3.8)
25
+ actionmailer (= 2.3.8)
26
+ actionpack (= 2.3.8)
27
+ activerecord (= 2.3.8)
28
+ activeresource (= 2.3.8)
29
+ activesupport (= 2.3.8)
30
+ rake (>= 0.8.3)
70
31
  rake (0.8.7)
71
32
  rspec (2.4.0)
72
33
  rspec-core (~> 2.4.0)
@@ -79,10 +40,6 @@ GEM
79
40
  standalone_migrations (0.3.0)
80
41
  activerecord
81
42
  rake
82
- thor (0.14.6)
83
- treetop (1.4.9)
84
- polyglot (>= 0.3.1)
85
- tzinfo (0.3.23)
86
43
 
87
44
  PLATFORMS
88
45
  ruby
@@ -91,6 +48,6 @@ DEPENDENCIES
91
48
  ZenTest
92
49
  appstats!
93
50
  mysql
94
- rails
51
+ rails (= 2.3.8)
95
52
  rspec
96
53
  standalone_migrations
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.summary = %q{Provide usage statistics about how your application is being used}
13
13
  s.description = %q{Provide usage statistics about how your application is being used}
14
14
 
15
- s.add_dependency('rails')
15
+ s.add_dependency('rails','2.3.8')
16
16
 
17
17
  s.add_development_dependency('rspec')
18
18
  s.add_development_dependency('ZenTest')
@@ -1,3 +1,3 @@
1
1
  module Appstats
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appstats
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Forward
@@ -24,12 +24,14 @@ dependencies:
24
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ">="
27
+ - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 3
29
+ hash: 19
30
30
  segments:
31
- - 0
32
- version: "0"
31
+ - 2
32
+ - 3
33
+ - 8
34
+ version: 2.3.8
33
35
  type: :runtime
34
36
  version_requirements: *id001
35
37
  - !ruby/object:Gem::Dependency