joe_utils 0.0.4 → 0.0.5
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 +4 -4
- data/bin/{gem_util.sh → gem_util} +7 -0
- data/joe_utils.gemspec +2 -2
- metadata +3 -4
- data/joe_utils-0.0.3.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 313225d352054cda12d42c3a095873af966eb28c
|
|
4
|
+
data.tar.gz: c8d28f17f20bc169b35137927f4e041e896ebc26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c693994e2504bce07eb02dcc584cf8fcc5747a00eed16180aca6211abd1d84125b8a5e76706e17233f0a7034c99a05f8c935c3d642a7969cb2714ad65f61dd18
|
|
7
|
+
data.tar.gz: cc9700021e53ed6d27282afc79055acbf67c95cc1686745a9637d648405b658ea4729a4c50c5a149a4115f97f0f785662a954e6ecfbf512feafba7e3169726ee
|
|
@@ -26,6 +26,13 @@ while [ "$1" != "" ]; do
|
|
|
26
26
|
shift
|
|
27
27
|
done
|
|
28
28
|
|
|
29
|
+
echo "Commiting..."
|
|
30
|
+
|
|
31
|
+
git add -u
|
|
32
|
+
git commit -m "Build gem version"
|
|
33
|
+
|
|
34
|
+
echo "Building..."
|
|
35
|
+
|
|
29
36
|
# if the gem name has not been defined, print error message and exit
|
|
30
37
|
if [ -z "$GEM_NAME" ]; then
|
|
31
38
|
echo "You did not enter a gem name. Please include it as an argument to the script or hard code it as a variable in the script." >&2
|
data/joe_utils.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'joe_utils'
|
|
3
|
-
s.version = '0.0.
|
|
4
|
-
s.executables = %w(gem_util
|
|
3
|
+
s.version = '0.0.5'
|
|
4
|
+
s.executables = %w(gem_util)
|
|
5
5
|
|
|
6
6
|
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
|
|
7
7
|
s.authors = ['Josef Erneker']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: joe_utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josef Erneker
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
description: Overall personal utils gem
|
|
28
28
|
email: josef.erneker@gmail.com
|
|
29
29
|
executables:
|
|
30
|
-
- gem_util
|
|
30
|
+
- gem_util
|
|
31
31
|
extensions: []
|
|
32
32
|
extra_rdoc_files: []
|
|
33
33
|
files:
|
|
@@ -40,8 +40,7 @@ files:
|
|
|
40
40
|
- .idea/scopes/scope_settings.xml
|
|
41
41
|
- .idea/vcs.xml
|
|
42
42
|
- Rakefile
|
|
43
|
-
- bin/gem_util
|
|
44
|
-
- joe_utils-0.0.3.gem
|
|
43
|
+
- bin/gem_util
|
|
45
44
|
- joe_utils.gemspec
|
|
46
45
|
- lib/joe_utils.rb
|
|
47
46
|
- lib/joe_utils/Script.rb
|
data/joe_utils-0.0.3.gem
DELETED
|
Binary file
|