enju_circulation 0.0.31 → 0.0.32
Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ class CheckinsController < ApplicationController
|
|
15
15
|
end
|
16
16
|
|
17
17
|
respond_to do |format|
|
18
|
-
format.html # index.
|
18
|
+
format.html # index.html.erb
|
19
19
|
format.json { render :json => @checkins }
|
20
20
|
format.js { @checkin = Checkin.new }
|
21
21
|
end
|
@@ -27,7 +27,7 @@ class CheckinsController < ApplicationController
|
|
27
27
|
#@checkin = Checkin.find(params[:id])
|
28
28
|
|
29
29
|
respond_to do |format|
|
30
|
-
format.html # show.
|
30
|
+
format.html # show.html.erb
|
31
31
|
format.json { render :json => @checkin }
|
32
32
|
end
|
33
33
|
end
|
@@ -64,7 +64,7 @@ class CheckoutsController < ApplicationController
|
|
64
64
|
end
|
65
65
|
|
66
66
|
respond_to do |format|
|
67
|
-
format.html # index.
|
67
|
+
format.html # index.html.erb
|
68
68
|
format.json { render :json => @checkouts }
|
69
69
|
format.rss { render :layout => false }
|
70
70
|
format.ics
|
@@ -77,7 +77,7 @@ class CheckoutsController < ApplicationController
|
|
77
77
|
# GET /checkouts/1.json
|
78
78
|
def show
|
79
79
|
respond_to do |format|
|
80
|
-
format.html # show.
|
80
|
+
format.html # show.html.erb
|
81
81
|
format.json { render :json => @checkout }
|
82
82
|
end
|
83
83
|
end
|
@@ -41,7 +41,7 @@ class ReservesController < ApplicationController
|
|
41
41
|
end
|
42
42
|
|
43
43
|
respond_to do |format|
|
44
|
-
format.html # index.
|
44
|
+
format.html # index.html.erb
|
45
45
|
format.json { render :json => @reserves }
|
46
46
|
format.rss { render :layout => false }
|
47
47
|
format.atom
|
@@ -53,7 +53,7 @@ class ReservesController < ApplicationController
|
|
53
53
|
# GET /reserves/1.json
|
54
54
|
def show
|
55
55
|
respond_to do |format|
|
56
|
-
format.html # show.
|
56
|
+
format.html # show.html.erb
|
57
57
|
format.json { render :json => @reserve }
|
58
58
|
end
|
59
59
|
end
|
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: enju_circulation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.32
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-04-
|
12
|
+
date: 2012-04-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -224,17 +224,17 @@ dependencies:
|
|
224
224
|
requirement: !ruby/object:Gem::Requirement
|
225
225
|
none: false
|
226
226
|
requirements:
|
227
|
-
- -
|
227
|
+
- - ! '>='
|
228
228
|
- !ruby/object:Gem::Version
|
229
|
-
version: 0.0.
|
229
|
+
version: 0.0.18
|
230
230
|
type: :runtime
|
231
231
|
prerelease: false
|
232
232
|
version_requirements: !ruby/object:Gem::Requirement
|
233
233
|
none: false
|
234
234
|
requirements:
|
235
|
-
- -
|
235
|
+
- - ! '>='
|
236
236
|
- !ruby/object:Gem::Version
|
237
|
-
version: 0.0.
|
237
|
+
version: 0.0.18
|
238
238
|
- !ruby/object:Gem::Dependency
|
239
239
|
name: enju_event
|
240
240
|
requirement: !ruby/object:Gem::Requirement
|
@@ -288,17 +288,17 @@ dependencies:
|
|
288
288
|
requirement: !ruby/object:Gem::Requirement
|
289
289
|
none: false
|
290
290
|
requirements:
|
291
|
-
- -
|
291
|
+
- - ! '>='
|
292
292
|
- !ruby/object:Gem::Version
|
293
|
-
version: '
|
293
|
+
version: '0'
|
294
294
|
type: :development
|
295
295
|
prerelease: false
|
296
296
|
version_requirements: !ruby/object:Gem::Requirement
|
297
297
|
none: false
|
298
298
|
requirements:
|
299
|
-
- -
|
299
|
+
- - ! '>='
|
300
300
|
- !ruby/object:Gem::Version
|
301
|
-
version: '
|
301
|
+
version: '0'
|
302
302
|
- !ruby/object:Gem::Dependency
|
303
303
|
name: sunspot-rails-tester
|
304
304
|
requirement: !ruby/object:Gem::Requirement
|