idris-auto_complete_jquery 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. data/auto_complete_jquery.gemspec +2 -2
  2. metadata +2 -2
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "auto_complete_jquery"
3
- s.version = "0.1.1"
3
+ s.version = "0.1.2"
4
4
  s.date = "2008-12-28"
5
5
  s.summary = "auto-complete method for Rails controllers using Dylan Verheul's jQuery autocomplete plugin"
6
6
  s.email = "chris@cobaltedge.com"
@@ -14,6 +14,6 @@ Gem::Specification.new do |s|
14
14
  "auto_complete_jquery.gemspec",
15
15
  "init.rb",
16
16
  "lib/auto_complete_jquery.rb"]
17
- s.rdoc_options = ["--main", "README.txt"]
17
+ s.rdoc_options = ["--main", "README"]
18
18
  s.extra_rdoc_files = ["CHANGELOG", "README"]
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: idris-auto_complete_jquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Bailey
@@ -34,7 +34,7 @@ homepage: http://github.com/mojombo/grit
34
34
  post_install_message:
35
35
  rdoc_options:
36
36
  - --main
37
- - README.txt
37
+ - README
38
38
  require_paths:
39
39
  - lib
40
40
  required_ruby_version: !ruby/object:Gem::Requirement