jquery_textcomplete 0.1.6 → 0.1.7

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: 0b8cc57f4a0fbd71943fc6875a11628b82dd6d32
4
- data.tar.gz: be0696194ea9bc0f255ef3b146868e1ce6013564
3
+ metadata.gz: c95031788a45ba38c31b2e289cd6c818aa87ba8a
4
+ data.tar.gz: eeffaf625e7d2064ea523153579be1b48f55e966
5
5
  SHA512:
6
- metadata.gz: 2268a5c85741f58fff5bba414d99ac5a01b9561010ca378da930042c3e4fec516dc16b2965829c3613138213984fa19c0adbfe81bf6a7415c44556bfdc7b9d70
7
- data.tar.gz: 4f724c454a4c96a0bb54f16161469ababb21ea2d807e08ec0accfc7708e1d492135af4f5cdf7a49cd30f05ec475cdb927c809adcd8d38d8c944cf291eb83575c
6
+ metadata.gz: ffe2f009ee9364f7b13b133bb46e2085845a4513d1461105b561cc8ed5e8e0e52624c55eb28f3bda2993415d64381ade0e16c0a47370b5897be4b3ec835f819e
7
+ data.tar.gz: d82a1f7a29610e7a153315259c1912379d25a29c8371e2ea66514bfc6434a7170ca70160451e9e23548085570c2a4108441c8fc897054ab14d71c297677fdc8c
data/README.md CHANGED
@@ -30,15 +30,15 @@ Include in your application.scss file:
30
30
 
31
31
  //= require jquery.textcomplete
32
32
 
33
- ## Development
33
+ <!-- ## Development
34
34
 
35
35
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
36
36
 
37
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
37
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). -->
38
38
 
39
39
  ## Contributing
40
40
 
41
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/jquery_textcomplete. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
41
+ Bug reports and pull requests are welcome on GitHub at https://github.com/speterlin/jquery_textcomplete. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
42
42
 
43
43
 
44
44
  ## License
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
  spec.add_development_dependency "bundler", "~> 1.12"
31
31
  spec.add_development_dependency "rake", "~> 10.0"
32
32
  spec.add_development_dependency "rspec", "~> 3.0"
33
- # to be able to use sass
33
+ # to be able to use sass, not sure if I need sass gem, maybe replace rails with railties
34
34
  spec.add_dependency "rails", "~> 5.0"
35
35
  spec.add_dependency "sass", "~> 3.0"
36
36
  spec.add_dependency "sass-rails", "~> 5.0"
@@ -1,3 +1,3 @@
1
1
  module JqueryTextcomplete
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery_textcomplete
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Peterlin