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 +4 -4
- data/README.md +79 -0
- data/app/assets/stylesheets/homesteading_assets/read.css.scss +5 -0
- data/lib/homesteading_assets/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6ee00c7d7502c2f1fc98f6c08cd86a00e52b25d
|
4
|
+
data.tar.gz: bc4d050c1278be3d32ad7c593dde3b2682941b1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3050a47acaedaeaf2868674d8b7ecac170b38d7177a870fd6b31bea7465a87d86a3398b10841c641c519c1952c8ae3ba973f20fd58bfd4cee5db3735466727e5
|
7
|
+
data.tar.gz: 58b0a5779a905651131f3bff07b704b23906ab04882d9145d04b0defa326fb4327df734833286cb71c26e0fc8fc92a9a7762ed156464ad116c14bc7891ab4a88
|
data/README.md
ADDED
@@ -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 — CC0 1.0 Universal")
|
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.
|
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-
|
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
|