cloudpress 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 194c4f5d248ff998a207c9a053f9f4daa54820bb
|
4
|
+
data.tar.gz: 64fff12ae10138669f92f345286b1a61ac21cb8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de61f0f897c7ecb018ce14eac35ed8ba23354b89b4a91f12fc737122d335af9254191e35b8f3ce7d65844f801439d30f6fbcf737f38ce5dcc9f5521d8bff25b0
|
7
|
+
data.tar.gz: a03b591c8011f109bac71016b0038c86725b23770d786bb497e551544bfdf689255738bfe461c6221c5dce46b756164718ef02297da9130ca5efd6e5c67a182d
|
@@ -0,0 +1 @@
|
|
1
|
+
@import "code/railscasts.css"
|
@@ -15,7 +15,9 @@ module Cloudpress
|
|
15
15
|
|
16
16
|
def render
|
17
17
|
@context.render(layout: 'cloudpress/archives/archives', locals: {renderer: self}) do
|
18
|
-
|
18
|
+
@context.content_tag(:ul) do
|
19
|
+
wrapped_archives.map(&:render).join("\n").html_safe
|
20
|
+
end
|
19
21
|
end
|
20
22
|
end
|
21
23
|
|
data/lib/cloudpress/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudpress
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Carlile
|
@@ -206,7 +206,7 @@ files:
|
|
206
206
|
- README.md
|
207
207
|
- Rakefile
|
208
208
|
- app/.DS_Store
|
209
|
-
- app/assets/cloudpress/cloudpress.
|
209
|
+
- app/assets/cloudpress/cloudpress.sass
|
210
210
|
- app/assets/cloudpress/code/railscasts.css
|
211
211
|
- app/controllers/cloudpress/application_controller.rb
|
212
212
|
- app/controllers/cloudpress/archives_controller.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
@import "code/railscasts"
|