jquery-textcomplete-rails 0.1.4 → 0.1.5

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: ef7d394462222644001ff74b69c283c785535540
4
- data.tar.gz: 592fc3192ecfb007a33f0a1c207ed8dc2b6dc4ab
3
+ metadata.gz: e5b87a5ea7d1fc429860ba62716e9cf857642761
4
+ data.tar.gz: 4a8e206cd7d3f195b65ab8e8e3ab85d87cb96a70
5
5
  SHA512:
6
- metadata.gz: 5f8909adb632b917131fc98e416fc00d314f02a12d8de3aa00fdcaa209b5521329a5975d2f7b1bf439cc8348250b4da6c48d5fb8a4dfc60f81f524ed5eb430a5
7
- data.tar.gz: ceae6b8c03cae6ac5a66a9aa82aa86eef984f49575db3aae7f160bcc0aa98b44bb1eb848c728ec4d1acbc67ca7882445174395d6dca461e180d8c05d93969c7c
6
+ metadata.gz: 3c47abd68744da5b3e62a8fb16d4ee2aca72965c74b324edbc26128ad6a7ec55f0cf2439fb81c491502f3bf04eea49b4363da4bae9da5d8db9200ae106003b15
7
+ data.tar.gz: 01dfa11719af6dec8cdc32e1db7e1694dbbb52c0dbe79005fce2af5e0f5ddbd34f9fff66a0a6cf0b720338350507a8ec736fdb03660fd86c0cfa34de403754be
data/.gitignore CHANGED
@@ -3,7 +3,7 @@
3
3
  .bundle
4
4
  .config
5
5
  .yardoc
6
- Gemfile.lock
6
+ /Gemfile.lock
7
7
  InstalledFiles
8
8
  _yardoc
9
9
  coverage
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.2.2
data/.travis.yml ADDED
@@ -0,0 +1,8 @@
1
+ language: ruby
2
+ sudo: false
3
+ before_script:
4
+ - cd $TRAVIS_BUILD_DIR/spec/dummy
5
+ - bundle install
6
+ script:
7
+ - cd $TRAVIS_BUILD_DIR/spec/dummy
8
+ - bundle exec rspec spec
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # jQuery Textcomplete for Rails
2
2
 
3
+ [![Build Status](https://travis-ci.org/smolnar/jquery-textcomplete-rails.svg?branch=master)](https://travis-ci.org/smolnar/jquery-textcomplete-rails)
4
+
3
5
  Provides integration of [jQuery Textcomplete](https://github.com/yuku-t/jquery-textcomplete) with Rails Asset Pipeline.
4
6
 
5
7
  ## Installation
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Textcomplete
3
3
  module Rails
4
- VERSION = '0.1.4'
4
+ VERSION = '0.1.5'
5
5
  end
6
6
  end
7
7
  end
data/spec/dummy/Gemfile CHANGED
@@ -33,10 +33,12 @@ group :doc do
33
33
  end
34
34
 
35
35
  group :development, :test do
36
+ gem 'rspec-core'
36
37
  gem 'rspec-rails', '~> 3.0.0.beta'
37
38
  end
38
39
 
39
40
  gem 'jquery-textcomplete-rails', path: "#{File.dirname(__FILE__)}/../../"
41
+ gem 'test-unit'
40
42
 
41
43
  # Use ActiveModel has_secure_password
42
44
  # gem 'bcrypt-ruby', '~> 3.1.2'
@@ -49,3 +51,4 @@ gem 'jquery-textcomplete-rails', path: "#{File.dirname(__FILE__)}/../../"
49
51
 
50
52
  # Use debugger
51
53
  # gem 'debugger', group: [:development, :test]
54
+
@@ -0,0 +1,164 @@
1
+ PATH
2
+ remote: /Users/smolnar/projects/jquery-textcomplete-rails
3
+ specs:
4
+ jquery-textcomplete-rails (0.1.4)
5
+ coffee-rails (>= 3.2.0)
6
+ railties (>= 3.2.0)
7
+ sass-rails (>= 3.2.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionmailer (4.0.3)
13
+ actionpack (= 4.0.3)
14
+ mail (~> 2.5.4)
15
+ actionpack (4.0.3)
16
+ activesupport (= 4.0.3)
17
+ builder (~> 3.1.0)
18
+ erubis (~> 2.7.0)
19
+ rack (~> 1.5.2)
20
+ rack-test (~> 0.6.2)
21
+ activemodel (4.0.3)
22
+ activesupport (= 4.0.3)
23
+ builder (~> 3.1.0)
24
+ activerecord (4.0.3)
25
+ activemodel (= 4.0.3)
26
+ activerecord-deprecated_finders (~> 1.0.2)
27
+ activesupport (= 4.0.3)
28
+ arel (~> 4.0.0)
29
+ activerecord-deprecated_finders (1.0.3)
30
+ activesupport (4.0.3)
31
+ i18n (~> 0.6, >= 0.6.4)
32
+ minitest (~> 4.2)
33
+ multi_json (~> 1.3)
34
+ thread_safe (~> 0.1)
35
+ tzinfo (~> 0.3.37)
36
+ arel (4.0.2)
37
+ atomic (1.1.15)
38
+ builder (3.1.4)
39
+ coffee-rails (4.0.1)
40
+ coffee-script (>= 2.2.0)
41
+ railties (>= 4.0.0, < 5.0)
42
+ coffee-script (2.2.0)
43
+ coffee-script-source
44
+ execjs
45
+ coffee-script-source (1.7.0)
46
+ diff-lcs (1.2.5)
47
+ erubis (2.7.0)
48
+ execjs (2.0.2)
49
+ hike (1.2.3)
50
+ i18n (0.6.9)
51
+ jbuilder (1.5.3)
52
+ activesupport (>= 3.0.0)
53
+ multi_json (>= 1.2.0)
54
+ jquery-rails (3.1.0)
55
+ railties (>= 3.0, < 5.0)
56
+ thor (>= 0.14, < 2.0)
57
+ json (1.8.1)
58
+ libv8 (3.16.14.3)
59
+ mail (2.5.4)
60
+ mime-types (~> 1.16)
61
+ treetop (~> 1.4.8)
62
+ mime-types (1.25.1)
63
+ minitest (4.7.5)
64
+ multi_json (1.8.4)
65
+ polyglot (0.3.4)
66
+ power_assert (0.2.2)
67
+ rack (1.5.2)
68
+ rack-test (0.6.2)
69
+ rack (>= 1.0)
70
+ rails (4.0.3)
71
+ actionmailer (= 4.0.3)
72
+ actionpack (= 4.0.3)
73
+ activerecord (= 4.0.3)
74
+ activesupport (= 4.0.3)
75
+ bundler (>= 1.3.0, < 2.0)
76
+ railties (= 4.0.3)
77
+ sprockets-rails (~> 2.0.0)
78
+ railties (4.0.3)
79
+ actionpack (= 4.0.3)
80
+ activesupport (= 4.0.3)
81
+ rake (>= 0.8.7)
82
+ thor (>= 0.18.1, < 2.0)
83
+ rake (10.1.1)
84
+ rdoc (4.1.1)
85
+ json (~> 1.4)
86
+ ref (1.0.5)
87
+ rspec-collection_matchers (0.0.3)
88
+ rspec-expectations (>= 2.99.0.beta1)
89
+ rspec-core (3.0.0.beta2)
90
+ rspec-support (= 3.0.0.beta2)
91
+ rspec-expectations (3.0.0.beta2)
92
+ diff-lcs (>= 1.2.0, < 2.0)
93
+ rspec-support (= 3.0.0.beta2)
94
+ rspec-mocks (3.0.0.beta2)
95
+ rspec-support (= 3.0.0.beta2)
96
+ rspec-rails (3.0.0.beta2)
97
+ actionpack (>= 3.0)
98
+ activemodel (>= 3.0)
99
+ activesupport (>= 3.0)
100
+ railties (>= 3.0)
101
+ rspec-collection_matchers
102
+ rspec-core (= 3.0.0.beta2)
103
+ rspec-expectations (= 3.0.0.beta2)
104
+ rspec-mocks (= 3.0.0.beta2)
105
+ rspec-support (= 3.0.0.beta2)
106
+ rspec-support (3.0.0.beta2)
107
+ sass (3.2.14)
108
+ sass-rails (4.0.1)
109
+ railties (>= 4.0.0, < 5.0)
110
+ sass (>= 3.1.10)
111
+ sprockets-rails (~> 2.0.0)
112
+ sdoc (0.4.0)
113
+ json (~> 1.8)
114
+ rdoc (~> 4.0, < 5.0)
115
+ sprockets (2.11.0)
116
+ hike (~> 1.2)
117
+ multi_json (~> 1.0)
118
+ rack (~> 1.0)
119
+ tilt (~> 1.1, != 1.3.0)
120
+ sprockets-rails (2.0.1)
121
+ actionpack (>= 3.0)
122
+ activesupport (>= 3.0)
123
+ sprockets (~> 2.8)
124
+ sqlite3 (1.3.9)
125
+ test-unit (3.0.8)
126
+ power_assert
127
+ therubyracer (0.12.1)
128
+ libv8 (~> 3.16.14.0)
129
+ ref
130
+ thor (0.18.1)
131
+ thread_safe (0.2.0)
132
+ atomic (>= 1.1.7, < 2)
133
+ tilt (1.4.1)
134
+ treetop (1.4.15)
135
+ polyglot
136
+ polyglot (>= 0.3.1)
137
+ turbolinks (2.2.1)
138
+ coffee-rails
139
+ tzinfo (0.3.38)
140
+ uglifier (2.4.0)
141
+ execjs (>= 0.3.0)
142
+ json (>= 1.8.0)
143
+
144
+ PLATFORMS
145
+ ruby
146
+
147
+ DEPENDENCIES
148
+ coffee-rails (~> 4.0.0)
149
+ jbuilder (~> 1.2)
150
+ jquery-rails
151
+ jquery-textcomplete-rails!
152
+ rails (= 4.0.3)
153
+ rspec-core
154
+ rspec-rails (~> 3.0.0.beta)
155
+ sass-rails (~> 4.0.0)
156
+ sdoc
157
+ sqlite3
158
+ test-unit
159
+ therubyracer
160
+ turbolinks
161
+ uglifier (>= 1.3.0)
162
+
163
+ BUNDLED WITH
164
+ 1.10.6
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-textcomplete-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Molnar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-25 00:00:00.000000000 Z
11
+ date: 2015-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -102,6 +102,8 @@ extensions: []
102
102
  extra_rdoc_files: []
103
103
  files:
104
104
  - ".gitignore"
105
+ - ".ruby-version"
106
+ - ".travis.yml"
105
107
  - Gemfile
106
108
  - LICENSE.txt
107
109
  - README.md
@@ -112,6 +114,7 @@ files:
112
114
  - spec/dummy/.gitignore
113
115
  - spec/dummy/.rspec
114
116
  - spec/dummy/Gemfile
117
+ - spec/dummy/Gemfile.lock
115
118
  - spec/dummy/README.rdoc
116
119
  - spec/dummy/Rakefile
117
120
  - spec/dummy/app/assets/images/.keep
@@ -160,8 +163,8 @@ files:
160
163
  - spec/dummy/vendor/assets/stylesheets/.keep
161
164
  - vendor/assets/javascripts/jquery-textcomplete.js.coffee
162
165
  - vendor/assets/javascripts/jquery-textcomplete/base.js
163
- - vendor/assets/stylesheets/jquery-textcomplete.css.scss
164
- - vendor/assets/stylesheets/jquery-textcomplete/base.css.scss
166
+ - vendor/assets/stylesheets/jquery-textcomplete.scss
167
+ - vendor/assets/stylesheets/jquery-textcomplete/base.scss
165
168
  homepage: https://github.com/smolnar/jquery-textcomplete-rails
166
169
  licenses:
167
170
  - MIT
@@ -182,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
185
  version: '0'
183
186
  requirements: []
184
187
  rubyforge_project:
185
- rubygems_version: 2.2.2
188
+ rubygems_version: 2.4.5
186
189
  signing_key:
187
190
  specification_version: 4
188
191
  summary: Provides jQuery Textcomplete for Rails Asset Pipeline
@@ -190,6 +193,7 @@ test_files:
190
193
  - spec/dummy/.gitignore
191
194
  - spec/dummy/.rspec
192
195
  - spec/dummy/Gemfile
196
+ - spec/dummy/Gemfile.lock
193
197
  - spec/dummy/README.rdoc
194
198
  - spec/dummy/Rakefile
195
199
  - spec/dummy/app/assets/images/.keep