Skip to content

Commit

Permalink
bump up version to 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh committed Nov 17, 2010
1 parent 06e2b12 commit 500adb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,4 +1,8 @@

=== 2010-11-08 v1.0.19
* used unscoped on the model to have basic search result always in the order user wants
* remove inline css

=== 2010-11-08 v1.0.18
* disable the columns not being used
* use parseJSON instead of eval
Expand Down
4 changes: 2 additions & 2 deletions admin_data.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{admin_data}
s.version = "1.0.18"
s.version = "1.0.19"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Neeraj Singh"]
s.date = %q{2010-11-08}
s.date = %q{2010-11-17}
s.description = %q{Manage database using browser}
s.email = %q{neerajdotname@gmail.com}
s.extra_rdoc_files = [
Expand Down
2 changes: 1 addition & 1 deletion lib/admin_data/version.rb
@@ -1,3 +1,3 @@
module AdminData
VERSION = '1.0.18'
VERSION = '1.0.19'
end

0 comments on commit 500adb7

Please sign in to comment.