paperclip-atompub 0.0.3.1 → 0.0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +6 -14
- data/app/assets/javascripts/{paperclip-atompub → paperclip_atompub}/application.js +0 -0
- data/app/assets/stylesheets/{paperclip-atompub → paperclip_atompub}/application.css +0 -0
- data/app/controllers/{paperclip-atompub → paperclip_atompub}/application_controller.rb +0 -0
- data/app/views/layouts/{paperclip-atompub → paperclip_atompub}/application.html.erb +2 -2
- data/lib/{paperclip-atompub.rb → paperclip_atompub.rb} +1 -1
- data/lib/{paperclip-atompub → paperclip_atompub}/engine.rb +0 -0
- data/lib/{paperclip-atompub → paperclip_atompub}/version.rb +1 -1
- data/lib/tasks/{paperclip-atompub_tasks.rake → paperclip_atompub_tasks.rake} +0 -0
- metadata +23 -23
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
NDZiNDUxODQ5OTI4YjMxZjNhYTU1NDJiNTg4MzY4YWNkODYzYjI2MDVkM2Nk
|
10
|
-
MTk4NTFlMDcxNGQ2OTFlNzQ0MmJjNmI2Y2VlYzRjZGEwZGIzYzE4YTJlMGYy
|
11
|
-
ZDE1ZjExOTBkNTBjZjNjYTZiYzRmMTg4MDliZDU4ODc3MzEwZTA=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
MGVlMzIyMzAyNWViNDYxMWQ2MDgwOWYyNTRlYzhkMTUxNmVjOGYwYTA0NzMy
|
14
|
-
NGUxNjU4ZmFiOGIzOWRiYzhlM2RjN2FmMjRmZDJiY2M3MDA3MzRiZTcxZDlh
|
15
|
-
MTU2ODA3YWU2ZDQzNTUzMTU1ODVkYzA5ZGRhODZkM2IwNDk1Yzg=
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: d3c763dab7929237913e2900d2b0f7be7bd7e711
|
4
|
+
data.tar.gz: 5bd5049baeac59644bc51846a517ff88680e31a4
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 5f4b62c1d036c0e3e8aff4f796905eae38650bfb0fb84afc492902ae388500c2e042934c07150da7ead620e4dc2e64da253d6a5bd51c2f92849f292ff215908a
|
7
|
+
data.tar.gz: eb89ad42409c32cf5575d11b1e1b47a7df4ea53200cd8397d4775156cfd47c1862fc1277762c54303c11216f03f10aa847ec80f0bf43df9580bb622b4582daf6
|
File without changes
|
File without changes
|
File without changes
|
@@ -2,8 +2,8 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<title>PaperclipAtompub</title>
|
5
|
-
<%= stylesheet_link_tag "
|
6
|
-
<%= javascript_include_tag "
|
5
|
+
<%= stylesheet_link_tag "paperclip_atompub/application", :media => "all" %>
|
6
|
+
<%= javascript_include_tag "paperclip_atompub/application" %>
|
7
7
|
<%= csrf_meta_tags %>
|
8
8
|
</head>
|
9
9
|
<body>
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paperclip-atompub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.3.
|
4
|
+
version: 0.0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yuichi Takeuchi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-05-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
@@ -42,56 +42,56 @@ dependencies:
|
|
42
42
|
name: atomutil
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - '>='
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: sqlite3
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - '>='
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - '>='
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rspec-rails
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- -
|
73
|
+
- - '>='
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - '>='
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: settingslogic
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - '>='
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '0'
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - '>='
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
description: Adds Atompub Media Resource strage support for the Paperclip
|
@@ -102,17 +102,17 @@ extensions: []
|
|
102
102
|
extra_rdoc_files: []
|
103
103
|
files:
|
104
104
|
- app/models/paperclip_atompub/attachment.rb
|
105
|
-
- app/controllers/
|
106
|
-
- app/assets/stylesheets/
|
107
|
-
- app/assets/javascripts/
|
108
|
-
- app/views/layouts/
|
105
|
+
- app/controllers/paperclip_atompub/application_controller.rb
|
106
|
+
- app/assets/stylesheets/paperclip_atompub/application.css
|
107
|
+
- app/assets/javascripts/paperclip_atompub/application.js
|
108
|
+
- app/views/layouts/paperclip_atompub/application.html.erb
|
109
109
|
- config/routes.rb
|
110
110
|
- db/migrate/20121108051952_create_paperclip_atompub_attachments.rb
|
111
|
-
- lib/
|
112
|
-
- lib/
|
113
|
-
- lib/
|
114
|
-
- lib/tasks/paperclip-atompub_tasks.rake
|
111
|
+
- lib/paperclip_atompub/engine.rb
|
112
|
+
- lib/paperclip_atompub/version.rb
|
113
|
+
- lib/tasks/paperclip_atompub_tasks.rake
|
115
114
|
- lib/paperclip/storage/atompub.rb
|
115
|
+
- lib/paperclip_atompub.rb
|
116
116
|
- MIT-LICENSE
|
117
117
|
- Rakefile
|
118
118
|
- README.rdoc
|
@@ -125,17 +125,17 @@ require_paths:
|
|
125
125
|
- lib
|
126
126
|
required_ruby_version: !ruby/object:Gem::Requirement
|
127
127
|
requirements:
|
128
|
-
- -
|
128
|
+
- - '>='
|
129
129
|
- !ruby/object:Gem::Version
|
130
130
|
version: '0'
|
131
131
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
132
132
|
requirements:
|
133
|
-
- -
|
133
|
+
- - '>='
|
134
134
|
- !ruby/object:Gem::Version
|
135
135
|
version: '0'
|
136
136
|
requirements: []
|
137
137
|
rubyforge_project:
|
138
|
-
rubygems_version: 2.0.
|
138
|
+
rubygems_version: 2.0.0
|
139
139
|
signing_key:
|
140
140
|
specification_version: 4
|
141
141
|
summary: Adds Atompub Media Resource strage support for the Paperclip
|