homesteading_assets 0.0.13 → 0.0.14

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: 54da806db9bf002529a19421673a1064b74fb4fd
4
- data.tar.gz: 449d9b6aae091f61cdb1d6b3f3ace5fe25109547
3
+ metadata.gz: a6ee00c7d7502c2f1fc98f6c08cd86a00e52b25d
4
+ data.tar.gz: bc4d050c1278be3d32ad7c593dde3b2682941b1b
5
5
  SHA512:
6
- metadata.gz: f93e6e12685d94642f088f0ecb9fbe09df43d1774868b3b5d1aec15320662387b0bad3db17f5d43c5b6f8d5aaa7441c84d68f8f8f7a3c4815af2e27ed191c504
7
- data.tar.gz: 5bd2f770e5c2c3e700e39719563cdd0f734029a0f3af8941072a58e4512a530a59dc0017805e23be47720dc96675ba7b895e034bbc6bfeec9d9cfe37841d8acd
6
+ metadata.gz: 3050a47acaedaeaf2868674d8b7ecac170b38d7177a870fd6b31bea7465a87d86a3398b10841c641c519c1952c8ae3ba973f20fd58bfd4cee5db3735466727e5
7
+ data.tar.gz: 58b0a5779a905651131f3bff07b704b23906ab04882d9145d04b0defa326fb4327df734833286cb71c26e0fc8fc92a9a7762ed156464ad116c14bc7891ab4a88
@@ -0,0 +1,79 @@
1
+ # Homesteading Assets
2
+
3
+ **[Homesteading](https://github.com/homesteading)**
4
+ is a personal publishing platform where the creator owns the content
5
+ and can syndicate copies to third parties.
6
+
7
+ **[Homesteading Assets](https://github.com/homesteading/homesteading_assets)**
8
+ A collection of Rails controller/view assets shared across multiple Homesteading publisher apps.
9
+
10
+
11
+ ## Current Version
12
+
13
+ 0.0.13
14
+
15
+
16
+ ## Installation
17
+
18
+ Add this line to your application's Gemfile:
19
+
20
+ gem "homesteading_assets"
21
+
22
+ And then execute:
23
+
24
+ $ bundle
25
+
26
+ Or install it yourself as:
27
+
28
+ $ gem install homesteading_helpers
29
+
30
+
31
+ ## Usage
32
+
33
+ **TODO:**
34
+ After bundling, add this to your Rails project's
35
+
36
+ ```ruby
37
+ ```
38
+
39
+
40
+ ## Authors
41
+
42
+ * Jessica Lynn Suttles / [@jlsuttles](https://github.com/jlsuttles)
43
+ * Shane Becker / [@veganstraightedge](https://github.com/veganstraightedge)
44
+
45
+
46
+ ## Contributing
47
+
48
+ 1. Fork it
49
+ 1. Get it running
50
+ 1. Create your feature branch (`git checkout -b my-new-feature`)
51
+ 1. Write your code and **specs**
52
+ 1. Commit your changes (`git commit -am 'Add some feature'`)
53
+ 1. Push to the branch (`git push origin my-new-feature`)
54
+ 1. Create new Pull Request
55
+
56
+ If you find bugs, have feature requests or questions, please
57
+ [file an issue](https://github.com/homesteading/homesteading_asset/issues).
58
+
59
+
60
+ ## Specs
61
+
62
+ Run once.
63
+
64
+ ```bash
65
+ rspec
66
+ ```
67
+
68
+
69
+ ## License
70
+
71
+ **PUBLIC DOMAIN**
72
+
73
+ Your heart is as free as the air you breathe. <br>
74
+ The ground you stand on is liberated territory.
75
+
76
+ In legal text, Homesteading Assets is dedicated to the public domain
77
+ using Creative Commons -- CC0 1.0 Universal.
78
+
79
+ [http://creativecommons.org/publicdomain/zero/1.0](http://creativecommons.org/publicdomain/zero/1.0 "Creative Commons &mdash; CC0 1.0 Universal")
@@ -41,6 +41,11 @@
41
41
  }
42
42
  }
43
43
 
44
+ .h-entry img,
45
+ .h-entry iframe {
46
+ max-width: 100%;
47
+ }
48
+
44
49
  p { margin-bottom: 1em; }
45
50
 
46
51
  footer {
@@ -1,3 +1,3 @@
1
1
  module HomesteadingAssets
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: homesteading_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Becker
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-11 00:00:00.000000000 Z
12
+ date: 2014-10-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -48,6 +48,7 @@ executables: []
48
48
  extensions: []
49
49
  extra_rdoc_files: []
50
50
  files:
51
+ - README.md
51
52
  - Rakefile
52
53
  - app/assets/javascripts/homesteading_assets/read.js
53
54
  - app/assets/javascripts/homesteading_assets/vendor/jquery.js