typeahead-rails 0.9.3.3 → 0.9.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/typeahead/rails/version.rb +1 -1
- data/typeahead-rails.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8174f5dfd464a007c859901c426c9b76648d5a6
|
4
|
+
data.tar.gz: e3d9442fcf932024367451fc9a7f8e5e1afcefdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 518d991eb98cbef55231a2082b7526579c29330316b8a72e5c2b69f0dd3ff281d2468eb72f02deeba99c7b098f4937d645bea3339315fd5ebed14ba92ebbef3c
|
7
|
+
data.tar.gz: b8af0c99c8a5896fe00d33a9317e097bae26203fade4e98ee42ec7e8502f37aa7c46ac1a32932f82b4a6b95933ae32ac4a46f6a589de7279a334bc4415851ebf
|
data/README.md
CHANGED
@@ -14,13 +14,13 @@ And then execute:
|
|
14
14
|
|
15
15
|
Or install it yourself as:
|
16
16
|
|
17
|
-
|
17
|
+
$ gem install typeahead-rails
|
18
18
|
|
19
19
|
## Usage
|
20
20
|
|
21
21
|
Add the following to your app/assets/javascripts/application.js:
|
22
22
|
|
23
|
-
//= require typeahead
|
23
|
+
//= require typeahead
|
24
24
|
|
25
25
|
## Contributing
|
26
26
|
|
data/typeahead-rails.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ['Maksim Berjoza']
|
10
10
|
spec.email = ['torbjon@gmail.com']
|
11
11
|
spec.description = 'Twitter Typeahead.js with Rails asset pipeline'
|
12
|
-
spec.homepage = 'https://github.com/torbjon/
|
12
|
+
spec.homepage = 'https://github.com/torbjon/typeahead-rails'
|
13
13
|
spec.summary = 'Twitter Typeahead.js with Rails asset pipeline'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: typeahead-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.3.
|
4
|
+
version: 0.9.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maksim Berjoza
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -55,7 +55,7 @@ files:
|
|
55
55
|
- typeahead-rails.gemspec
|
56
56
|
- vendor/assets/javascripts/typeahead.js
|
57
57
|
- vendor/assets/javascripts/typeahead.min.js
|
58
|
-
homepage: https://github.com/torbjon/
|
58
|
+
homepage: https://github.com/torbjon/typeahead-rails
|
59
59
|
licenses:
|
60
60
|
- MIT
|
61
61
|
metadata: {}
|