jewel 0.0.8 → 0.0.9

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 (3) hide show
  1. data/jewel.gemspec +5 -4
  2. data/jewel.version +1 -1
  3. metadata +3 -3
@@ -1,14 +1,15 @@
1
1
  #!/usr/bin/env gem build
2
2
  # encoding: utf-8
3
3
 
4
- current_directory = File.dirname __FILE__
5
- version_file = File.expand_path 'jewel.version', current_directory
6
-
7
4
  Gem::Specification.new 'jewel' do |gem|
8
5
 
6
+ current_directory = File.dirname __FILE__
7
+ version_file = File.expand_path "#{gem.name}.version", current_directory
8
+
9
+ gem.version = File.read(version_file).chomp
10
+
9
11
  gem.summary = 'Gem metadata at your fingertips'
10
12
  gem.description = 'Provides an easy way to access information about a gem at runtime'
11
- gem.version = File.read(version_file).chomp
12
13
  gem.homepage = 'https://github.com/matheusmoreira/jewel'
13
14
  gem.license = 'Mozilla Public License, version 2.0'
14
15
 
@@ -1 +1 @@
1
- 0.0.8
1
+ 0.0.9
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jewel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -125,7 +125,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  segments:
127
127
  - 0
128
- hash: -4347715984725766439
128
+ hash: 4353340316363127025
129
129
  required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  none: false
131
131
  requirements:
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  version: '0'
135
135
  segments:
136
136
  - 0
137
- hash: -4347715984725766439
137
+ hash: 4353340316363127025
138
138
  requirements: []
139
139
  rubyforge_project:
140
140
  rubygems_version: 1.8.24