minimal 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile +2 -7
  2. data/Gemfile.lock +22 -13
  3. data/lib/minimal/version.rb +1 -1
  4. metadata +8 -10
data/Gemfile CHANGED
@@ -1,7 +1,2 @@
1
- source 'http://gemcutter.org'
2
-
3
- gem 'actionpack', '>=3.0.0.beta2'
4
-
5
- group :test do
6
- gem 'test_declarative'
7
- end
1
+ source :rubygems
2
+ gemspec
data/Gemfile.lock CHANGED
@@ -1,37 +1,46 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ minimal (0.0.21)
5
+ actionpack (>= 3.0.0)
6
+ activesupport (>= 3.0.0)
7
+
1
8
  GEM
2
- remote: http://gemcutter.org/
9
+ remote: http://rubygems.org/
3
10
  specs:
4
11
  abstract (1.0.0)
5
- actionpack (3.0.0.rc)
6
- activemodel (= 3.0.0.rc)
7
- activesupport (= 3.0.0.rc)
12
+ actionpack (3.0.0)
13
+ activemodel (= 3.0.0)
14
+ activesupport (= 3.0.0)
8
15
  builder (~> 2.1.2)
9
16
  erubis (~> 2.6.6)
10
17
  i18n (~> 0.4.1)
11
18
  rack (~> 1.2.1)
12
- rack-mount (~> 0.6.9)
19
+ rack-mount (~> 0.6.12)
13
20
  rack-test (~> 0.5.4)
14
- tzinfo (~> 0.3.22)
15
- activemodel (3.0.0.rc)
16
- activesupport (= 3.0.0.rc)
21
+ tzinfo (~> 0.3.23)
22
+ activemodel (3.0.0)
23
+ activesupport (= 3.0.0)
17
24
  builder (~> 2.1.2)
18
25
  i18n (~> 0.4.1)
19
- activesupport (3.0.0.rc)
26
+ activesupport (3.0.0)
20
27
  builder (2.1.2)
21
28
  erubis (2.6.6)
22
29
  abstract (>= 1.0.0)
23
30
  i18n (0.4.1)
24
31
  rack (1.2.1)
25
- rack-mount (0.6.9)
32
+ rack-mount (0.6.13)
26
33
  rack (>= 1.0.0)
27
- rack-test (0.5.4)
34
+ rack-test (0.5.6)
28
35
  rack (>= 1.0)
29
36
  test_declarative (0.0.3)
30
- tzinfo (0.3.22)
37
+ tzinfo (0.3.23)
31
38
 
32
39
  PLATFORMS
33
40
  ruby
34
41
 
35
42
  DEPENDENCIES
36
- actionpack (>= 3.0.0.beta2)
43
+ actionpack (>= 3.0.0)
44
+ activesupport (>= 3.0.0)
45
+ minimal!
37
46
  test_declarative
@@ -1,3 +1,3 @@
1
1
  module Minimal
2
- VERSION = "0.0.21"
2
+ VERSION = "0.0.22"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 51
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 21
10
- version: 0.0.21
9
+ - 22
10
+ version: 0.0.22
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sven Fuchs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-08 00:00:00 +02:00
18
+ date: 2010-10-21 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,13 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: -1848230022
29
+ hash: 7
30
30
  segments:
31
31
  - 3
32
32
  - 0
33
33
  - 0
34
- - beta2
35
- version: 3.0.0.beta2
34
+ version: 3.0.0
36
35
  type: :runtime
37
36
  version_requirements: *id001
38
37
  - !ruby/object:Gem::Dependency
@@ -43,13 +42,12 @@ dependencies:
43
42
  requirements:
44
43
  - - ">="
45
44
  - !ruby/object:Gem::Version
46
- hash: -1848230022
45
+ hash: 7
47
46
  segments:
48
47
  - 3
49
48
  - 0
50
49
  - 0
51
- - beta2
52
- version: 3.0.0.beta2
50
+ version: 3.0.0
53
51
  type: :runtime
54
52
  version_requirements: *id002
55
53
  - !ruby/object:Gem::Dependency