cloudpress 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de60dc556188da3e05ac570a78af5776f6d08ae6
4
- data.tar.gz: efbdb6b9c1abca96dbc3c2f54e936de5bab28f58
3
+ metadata.gz: 194c4f5d248ff998a207c9a053f9f4daa54820bb
4
+ data.tar.gz: 64fff12ae10138669f92f345286b1a61ac21cb8c
5
5
  SHA512:
6
- metadata.gz: 7751e737ef097c1eecceeee5541dd4666c010f0f18a964b3bccd1115676e78a11c532027f2fc98827c40e341196a74cea902527a266ad39ebd834a702437744c
7
- data.tar.gz: 6b6a04e45117539f31fa36061723bdec937cfed5c017b8953be62f1a66616a1bdf48268a88ba7e72e59e64df98605c546549b1b1c73d532ad1a9510d02882604
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
- wrapped_archives.map(&:render).join("\n").html_safe
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
 
@@ -1,3 +1,3 @@
1
1
  module Cloudpress
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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.css.sass
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"