sakura_rails 0.2.2 → 0.2.3

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
  SHA256:
3
- metadata.gz: 2d9cd418f9f7910e1250c1b3a92ae3636db53f27cb87cc90143bbefedd895485
4
- data.tar.gz: 32f648cd122e0ca6312583e75b5fb91fdcf617d413eadc19d2535ae8cc58a577
3
+ metadata.gz: 731a268b86674e675b38017521489b57199075207637d08ec44907dd706d2758
4
+ data.tar.gz: 398b51f5579fdb1bfe2a3106f6db8f95b203bbf0baf76d5b4085b100c7813b20
5
5
  SHA512:
6
- metadata.gz: 463d83a2053d6a22e1a3ad27576e2d882f0030f122ddbea35e2abb663e6f42b27d6c1ad4c6fe6b17b9a4b4119bc2318e0e5f0f2c5bd0109a036b7479e1275792
7
- data.tar.gz: 55c00143b6ced3a66083a46ee4f376bc16238e10abb513af140f112a094cdbb558cd78df2495955b044cbded4f28987f96440dac610004b2ed42b815bab47eda
6
+ metadata.gz: 96b102cb42ea65a829951bcbb3adba97bca3c46f3a300a0a54b662a0ae22f6bed96a156db5d58d6b9ee09a61b67c97cbe631abdd514e88443d648727ab1e4cdc
7
+ data.tar.gz: dc0bdce8a417a133cce6040b273c2bb9c5957192b314f5cf7190797783f4e42135fa0c9868b55acf8ac9280e0ab78974ef448e41c2ba715addf8a920d534c697
data/README.md CHANGED
@@ -13,7 +13,7 @@ gem 'sakura_rails'
13
13
 
14
14
  And then execute:
15
15
  ```bash
16
- $ bundle
16
+ $ bundle install
17
17
  ```
18
18
 
19
19
  Or install it yourself as:
@@ -21,6 +21,17 @@ Or install it yourself as:
21
21
  $ gem install sakura_rails
22
22
  ```
23
23
 
24
+ app/assets/stylesheets/application.css
25
+
26
+ ```css
27
+ @import 'sakura_rails';
28
+ ```
29
+
30
+ view_file
31
+ ```erb
32
+ <%= fall_sakura %>
33
+ ```
34
+
24
35
  ## Contributing
25
36
  Contribution directions go here.
26
37
 
@@ -1,3 +1,3 @@
1
1
  module SakuraRails
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sakura_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
- - satoshi ono
7
+ - Satoshi Ono
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -50,7 +50,7 @@ files:
50
50
  - lib/sakura_rails/version.rb
51
51
  - lib/sakura_rails/view_helper.rb
52
52
  - lib/tasks/sakura_rails_tasks.rake
53
- homepage: ''
53
+ homepage: https://github.com/s14228so/sakura_rails
54
54
  licenses:
55
55
  - MIT
56
56
  metadata: {}