beerify 0.1.0 → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +30 -0
  3. data/lib/beerify/version.rb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
- metadata.gz: 8349d4944a90f44fd5a14e9e8f7240e6c7126731
4
- data.tar.gz: 8aa62a66763dc366a0ed3395560323b259c43a8d
3
+ metadata.gz: bf20742c2a166f2fbcbbeed6cadff1f30f7192b5
4
+ data.tar.gz: 1ae434257299e2e55433e05562c516855e6c3182
5
5
  !binary "U0hBNTEy":
6
- metadata.gz: 3b089d6f7cb7da68da985844f2633111082633c74f494e3902f529262c96cd83b7c26c882da6c92ccc46a6557f71f7d5c65e6545d94c95f38e60cf2de5bff2a5
7
- data.tar.gz: 0730a68ec1909c285795081528965a32739aa943e19f16eb29ed8520f90b82261c8c7e34da7d79f43932755ffc7e8c395dd17867bed067314e108cf7d948fbf4
6
+ metadata.gz: d142a8c1326f58e43a22264767cb3aa5c7a59e2722ddbe00e939bce4c5a279239fd33469e90c9b7546b9431bcf97257163e05c6e36b5f4357bd1a77b992bff44
7
+ data.tar.gz: 116e096e993ebe418b6b76cbe4d24751922a0b8a4b301f0b55c50d4acfa3ed1036d3d008c07b7965f4eaae987dacc51d3b56d5bff205a8772798b6ba48ed7869
data/README.md CHANGED
@@ -4,8 +4,38 @@
4
4
  [![Build Status](https://travis-ci.org/epnet/beerify.png?branch=develop)](https://travis-ci.org/epnet/beerify)
5
5
  [![Coverage Status](https://coveralls.io/repos/epnet/beerify/badge.png?branch=develop)](https://coveralls.io/r/epnet/beerify?branch=develop)
6
6
 
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ gem 'beerify'
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install beerify
20
+
21
+ ## Files
22
+
23
+ * app/assets/javascripts/application.js
24
+ ```js
25
+ //= require beerify/application
26
+ ```
27
+
28
+ * app/assets/stylesheets/application.css
29
+ ```css
30
+ /*
31
+ *= require beerify/application
32
+ */
33
+ ```
34
+
7
35
  ## Populate your database
8
36
 
9
37
  ```rb
10
38
  rake beerify:db:populate
11
39
  ```
40
+
41
+ > Don't forget to copy the misc folder inside your app
@@ -1,3 +1,3 @@
1
1
  module Beerify
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beerify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - EPNet
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-09-28 00:00:00.000000000 Z
13
+ date: 2013-09-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cancan
@@ -418,8 +418,7 @@ dependencies:
418
418
  - - ">="
419
419
  - !ruby/object:Gem::Version
420
420
  version: '0'
421
- description: We love beers, we love boilerplate. This is a Rails engine, containing
422
- beers, love and ideas for sales.
421
+ description: The rails engine which lets you the time to drink some beers!
423
422
  email:
424
423
  - epnetarras@gmail.com
425
424
  - baptiste.lecocq@gmail.com
@@ -564,8 +563,9 @@ files:
564
563
  - spec/dummy/Rakefile
565
564
  - spec/dummy/README.rdoc
566
565
  - spec/spec_helper.rb
567
- homepage: https://github.com/EPNet/beerify
568
- licenses: []
566
+ homepage: https://github.com/epnet/beerify
567
+ licenses:
568
+ - MIT
569
569
  metadata: {}
570
570
  post_install_message:
571
571
  rdoc_options: []