Browse Source

Update version to 1.0.0 and update description.

Douglas Thrift 10 years ago
parent
commit
9db34baddf
2 changed files with 3 additions and 3 deletions
  1. 1 1
      lib/machine_tag/version.rb
  2. 2 2
      machine_tag.gemspec

+ 1 - 1
lib/machine_tag/version.rb

@@ -26,5 +26,5 @@
 module MachineTag
   # The version of this library.
   #
-  VERSION = "0.0.1"
+  VERSION = "1.0.0"
 end

+ 2 - 2
machine_tag.gemspec

@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
   spec.version       = MachineTag::VERSION
   spec.authors       = ["Douglas Thrift"]
   spec.email         = ["douglas@douglasthrift.net"]
-  spec.description   = %q{A Ruby library for using Machine Tags}
-  spec.summary       = %q{Library for using Machine Tags}
+  spec.description   = %q{A Ruby library for using machine tags like those used on Flickr and RightScale}
+  spec.summary       = %q{Library for using machine tags}
   spec.homepage      = "https://github.com/douglaswth/machine_tag"
   spec.license       = "MIT"