tvd-tvdinner 0.0.21 → 0.0.22

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.21
1
+ 0.0.22
@@ -27,7 +27,7 @@ function main {
27
27
  if [[ -d "$a" ]]; then
28
28
  pushd $a > /dev/null
29
29
  (set +f; rm -f *.gem)
30
- (export EDIT_$(basename ${a//-/_})=1; libexec/build-gem)
30
+ (export EDIT_$(basename ${a//-/_})=1; gem build $(basename $(pwd)).gemspec)
31
31
  (set +f; mv *.gem $shome/vendor/cache/)
32
32
  popd > /dev/null
33
33
  fi
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tvd-tvdinner
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 51
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 21
10
- version: 0.0.21
9
+ - 22
10
+ version: 0.0.22
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil