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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fb2d2139f2cab3e870d71e140fc1b1e6c380fc4a
4
- data.tar.gz: cff7b03eaffbb4b87c4f12591efc9d18846533fc
3
+ metadata.gz: b8174f5dfd464a007c859901c426c9b76648d5a6
4
+ data.tar.gz: e3d9442fcf932024367451fc9a7f8e5e1afcefdd
5
5
  SHA512:
6
- metadata.gz: 89611772517ea84df0062264f9f6fedab3575cd37db564d785f826261109296aa704266d560a2a5610f07fd132f5f613a831b5544750779f1b41c7e170c6f88d
7
- data.tar.gz: f27c7d1498ddb3ea457cb91d0f011794ae79ccf64b18fe6e302eb4b6d547d50899810aaa3b3143d7e233f20509824574cea640b0a55205b481083ea5e340f25a
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
- $ gem install typeahead-rails
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.js
23
+ //= require typeahead
24
24
 
25
25
  ## Contributing
26
26
 
@@ -1,5 +1,5 @@
1
1
  module Typeahead
2
2
  module Rails
3
- VERSION = '0.9.3.3'
3
+ VERSION = '0.9.3.4'
4
4
  end
5
5
  end
@@ -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/json2-rails'
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.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-07-18 00:00:00.000000000 Z
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/json2-rails
58
+ homepage: https://github.com/torbjon/typeahead-rails
59
59
  licenses:
60
60
  - MIT
61
61
  metadata: {}