awesomplete 0.0.2 → 0.0.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 +4 -4
- data/README.md +4 -1
- data/lib/awesomplete/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d274fbd69171437f9f8589f65995c7b9c6ee8938
|
|
4
|
+
data.tar.gz: 93c2f0c27711f8f7120b7ed5044262f1f2d4ce1f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc7a9e55f482af50e3cd9f37115e3de7bb5226c304c7a6a608c863d1fdaaf5a44b41337137d52ac9b2081fe4dc0ee3842a8dd96852ada432a766610352967176
|
|
7
|
+
data.tar.gz: 512a03ae886eb33d267d952fd53b00f75b1106b2873c045fd362c5627e19e93d2aacc89e60f096f6ee162eb0306aa41abebf983ab121952ed2a5e9128fe3643a
|
data/README.md
CHANGED
|
@@ -3,11 +3,14 @@
|
|
|
3
3
|
This is small gem add to your Rails app [Awesomplete](https://github.com/LeaVerou/awesomplete) autocomplete.
|
|
4
4
|
|
|
5
5
|
This is the working version.
|
|
6
|
+
|
|
6
7
|
```rbcon
|
|
7
8
|
# Developed and tested on:
|
|
8
9
|
Ruby 2.1.0
|
|
9
10
|
Rails ~> 4.0.0
|
|
10
11
|
```
|
|
12
|
+
[](http://badge.fury.io/rb/awesomplete)
|
|
13
|
+
|
|
11
14
|
## Getting started
|
|
12
15
|
1. Add to `Gemfile` and `bundle install`.
|
|
13
16
|
|
|
@@ -69,7 +72,7 @@ You can configurate this autocomplete by two ways:
|
|
|
69
72
|
|
|
70
73
|
1. Write update version task.
|
|
71
74
|
|
|
72
|
-
2. Write full helper method like `link_to` or `assets_path`
|
|
75
|
+
2. Write full helper method like `link_to` or `assets_path` something like `awesomplete`.
|
|
73
76
|
|
|
74
77
|
Kiselenko Roman
|
|
75
78
|
|
data/lib/awesomplete/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: awesomplete
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- fishbullet
|
|
@@ -39,7 +39,7 @@ files:
|
|
|
39
39
|
- lib/awesomplete.rb
|
|
40
40
|
- lib/awesomplete/version.rb
|
|
41
41
|
- lib/tasks/awesomplete_tasks.rake
|
|
42
|
-
homepage:
|
|
42
|
+
homepage: https://github.com/fishbullet/awesomplete
|
|
43
43
|
licenses:
|
|
44
44
|
- MIT
|
|
45
45
|
metadata: {}
|