diff options
| author | Dickson S. Guedes | 2011-09-08 05:01:33 +0000 |
|---|---|---|
| committer | Dickson S. Guedes | 2011-09-08 05:01:33 +0000 |
| commit | 386776843260199b8f64668464afedc26401979f (patch) | |
| tree | ea63f7ecac66df576d4c168d172ec9bfc174b4a6 | |
| parent | 003e3c27ff0cfb3f118524d56f76b0ef7483c886 (diff) | |
adjusting version
| -rw-r--r-- | META.json | 2 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | pgxn_utils.gemspec | 2 |
3 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,6 @@ { "name": "pgxn_utils", - "abstract": "pgxn_utils is a developer tool to create PostgreSQL extensions", + "abstract": "pgxn_utils is a development tool to create PostgreSQL extensions", "version": "0.1.3", "maintainer": "Dickson S. Guedes <guedes@guedesoft.net>", "license": "postgres", @@ -1,3 +1,3 @@ all: install: - gem install --no-rdoc --no-ri pgxn_utils + gem install --no-rdoc --no-ri -v=0.1.3 pgxn_utils diff --git a/pgxn_utils.gemspec b/pgxn_utils.gemspec index 95bbc4d..17c04b1 100644 --- a/pgxn_utils.gemspec +++ b/pgxn_utils.gemspec @@ -2,8 +2,6 @@ $:.push File.expand_path("../lib", __FILE__) require "pgxn_utils/version" - - Gem::Specification.new do |s| s.name = "pgxn_utils" s.version = PgxnUtils::VERSION |
