pbind 0.4.0 → 0.4.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 573151dfdd2acf6d1bbc018dff4cbfc196827213
4
- data.tar.gz: f66ce1b7a90dd88c069e533e75c3d429e06128ee
3
+ metadata.gz: 3ff052dac4bb252b11a57139ea33a408da1007d8
4
+ data.tar.gz: 244838b2dfdec116a693c0cc8e1a39bd3071aff7
5
5
  SHA512:
6
- metadata.gz: d559bc9e5bf121749e96bc470f4c8f7b69dfdfbc2d39815da371456384b2a3e5e70ae3bb4fda47d112a5375549d0423ef0e7b66737ec8ea33e53f089878381cf
7
- data.tar.gz: 845197b53f0976241409f41343dfab570d7fa50ea53c3cd7ca730f7651e5ad9c2b2a3d762c9ad1527c7dfc3bfc557018d6bf57bf9a7264d115868e2b6507eec1
6
+ metadata.gz: b64880d5c4e51d33b73af2fe26767877359a49f64167ef6a75ca8f6c3977eef0f836c30bb4b212488949e2fff691f4b398fdc2998fe62b54b17a3d80b24b5919
7
+ data.tar.gz: 18e5dc16b29f026cb41b44f892b91b9c80e098995394d811e035dbc7eee813d3dec67b444f5b52d0d630eb476a3740229d0e405fb0a0febc0c3d2872183b3749
@@ -2,6 +2,7 @@ require 'colored'
2
2
  require 'claide'
3
3
 
4
4
  require 'pbind/user_interface'
5
+ require 'pbind/gem_version.rb'
5
6
 
6
7
  module Pbind
7
8
  class Command < CLAide::Command
@@ -11,7 +12,7 @@ module Pbind
11
12
 
12
13
  self.abstract_command = true
13
14
  self.command = 'pbind'
14
- self.version = version
15
+ self.version = VERSION
15
16
  self.description = 'Pbind, the Pbind XcodeProject Helper.'
16
17
  self.plugin_prefixes = %w(claide pbind)
17
18
 
@@ -0,0 +1,5 @@
1
+ module Pbind
2
+ # The version of the Pbind command line tool.
3
+ #
4
+ VERSION = '0.4.1'.freeze unless defined? Pbind::VERSION
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pbind
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Galen Lin
@@ -62,6 +62,7 @@ files:
62
62
  - lib/pbind/command.rb
63
63
  - lib/pbind/command/mock.rb
64
64
  - lib/pbind/command/watch.rb
65
+ - lib/pbind/gem_version.rb
65
66
  - lib/pbind/user_interface.rb
66
67
  - source/PBLiveLoader/PBDirectoryWatcher.h
67
68
  - source/PBLiveLoader/PBDirectoryWatcher.m