handles_sortable_columns 0.1.0 → 0.1.1

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.
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ begin
9
9
  gem.summary = "Sortable Table Columns"
10
10
  gem.description = gem.summary
11
11
  gem.email = "alex.r@askit.org"
12
- gem.homepage = "http://github.com/dadooda/handles_sortable_titles"
12
+ gem.homepage = "http://github.com/dadooda/handles_sortable_columns"
13
13
  gem.authors = ["Alex Fortuna"]
14
14
  gem.files = FileList[
15
15
  "[A-Z]*",
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 0
4
+ :patch: 1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{handles_sortable_columns}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Alex Fortuna"]
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
  "lib/handles/sortable_columns.rb",
27
27
  "lib/handles_sortable_columns.rb"
28
28
  ]
29
- s.homepage = %q{http://github.com/dadooda/handles_sortable_titles}
29
+ s.homepage = %q{http://github.com/dadooda/handles_sortable_columns}
30
30
  s.rdoc_options = ["--charset=UTF-8"]
31
31
  s.require_paths = ["lib"]
32
32
  s.rubygems_version = %q{1.3.5}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: handles_sortable_columns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Fortuna
@@ -32,7 +32,7 @@ files:
32
32
  - lib/handles/sortable_columns.rb
33
33
  - lib/handles_sortable_columns.rb
34
34
  has_rdoc: true
35
- homepage: http://github.com/dadooda/handles_sortable_titles
35
+ homepage: http://github.com/dadooda/handles_sortable_columns
36
36
  licenses: []
37
37
 
38
38
  post_install_message: