makandra_resource_controller 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/test/Gemfile +1 -1
- data/test/Gemfile.lock +11 -11
- metadata +4 -4
data/VERSION.yml
CHANGED
data/test/Gemfile
CHANGED
data/test/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: /home/henning/Projekte/resource_controller
|
3
3
|
specs:
|
4
|
-
|
4
|
+
makandra_resource_controller (0.7.1)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: http://rubygems.org/
|
@@ -36,12 +36,12 @@ GEM
|
|
36
36
|
arel (1.0.1)
|
37
37
|
activesupport (~> 3.0.0)
|
38
38
|
builder (2.1.2)
|
39
|
-
columnize (0.3.
|
39
|
+
columnize (0.3.2)
|
40
40
|
erubis (2.6.6)
|
41
41
|
abstract (>= 1.0.0)
|
42
42
|
i18n (0.4.2)
|
43
43
|
linecache (0.43)
|
44
|
-
mail (2.2.
|
44
|
+
mail (2.2.10)
|
45
45
|
activesupport (>= 2.3.6)
|
46
46
|
i18n (~> 0.4.1)
|
47
47
|
mime-types (~> 1.16)
|
@@ -53,7 +53,7 @@ GEM
|
|
53
53
|
rack (1.2.1)
|
54
54
|
rack-mount (0.6.13)
|
55
55
|
rack (>= 1.0.0)
|
56
|
-
rack-test (0.5.
|
56
|
+
rack-test (0.5.7)
|
57
57
|
rack (>= 1.0)
|
58
58
|
rails (3.0.1)
|
59
59
|
actionmailer (= 3.0.1)
|
@@ -70,15 +70,15 @@ GEM
|
|
70
70
|
thor (~> 0.14.0)
|
71
71
|
rake (0.8.7)
|
72
72
|
redgreen (1.2.2)
|
73
|
-
ruby-debug (0.10.
|
73
|
+
ruby-debug (0.10.4)
|
74
74
|
columnize (>= 0.1)
|
75
|
-
ruby-debug-base (~> 0.10.
|
76
|
-
ruby-debug-base (0.10.
|
75
|
+
ruby-debug-base (~> 0.10.4.0)
|
76
|
+
ruby-debug-base (0.10.4)
|
77
77
|
linecache (>= 0.3)
|
78
78
|
shoulda (2.11.3)
|
79
|
-
sqlite3-ruby (1.3.
|
80
|
-
thor (0.14.
|
81
|
-
treetop (1.4.
|
79
|
+
sqlite3-ruby (1.3.2)
|
80
|
+
thor (0.14.4)
|
81
|
+
treetop (1.4.9)
|
82
82
|
polyglot (>= 0.3.1)
|
83
83
|
tzinfo (0.3.23)
|
84
84
|
|
@@ -86,10 +86,10 @@ PLATFORMS
|
|
86
86
|
ruby
|
87
87
|
|
88
88
|
DEPENDENCIES
|
89
|
+
makandra_resource_controller!
|
89
90
|
mocha
|
90
91
|
rails (= 3.0.1)
|
91
92
|
redgreen
|
92
|
-
resource_controller!
|
93
93
|
ruby-debug
|
94
94
|
shoulda
|
95
95
|
sqlite3-ruby
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: makandra_resource_controller
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 7
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 0.7.
|
9
|
+
- 2
|
10
|
+
version: 0.7.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- James Golick
|
@@ -19,7 +19,7 @@ autorequire:
|
|
19
19
|
bindir: bin
|
20
20
|
cert_chain: []
|
21
21
|
|
22
|
-
date:
|
22
|
+
date: 2011-03-09 00:00:00 +01:00
|
23
23
|
default_executable:
|
24
24
|
dependencies: []
|
25
25
|
|