nd-shell_scripts 0.1.0 → 0.1.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: ba02fe1cb363ddbf57b8be1ff798ab599b8c443d
4
- data.tar.gz: 1c737c34982229d2ef3e310373e11052a0c1b33f
3
+ metadata.gz: 03780e0b4e352b68b336c3e14e70b03e9c6eb573
4
+ data.tar.gz: a2e30b8605895fe5e125ac445fe2b098640c430a
5
5
  SHA512:
6
- metadata.gz: 6adcc984af4947429d8f270e216aaf8bb614722c5a2fde3db527008d340356f45094a6e0833ed40bba19e10f2488b6d126d61b7b6b7c7546f819d277bede7267
7
- data.tar.gz: 00d437151ad4749d06e08d10f634fbe240c071a5f38a65fb1b49c69d1d31334b3e34620ea0d6c8d869fc2cb20bead34974b6c2d049e155a66efb3ebaecb524e7
6
+ metadata.gz: 7fc66eb6d360d5ad462f621ce506bfb3519d71c182014315c93689674ba317f5cafb58a01ce34c99d51e00c09224b1c2b5dd4544183ab0be4e987e833a7fdeeb
7
+ data.tar.gz: f9cb8905f970a9ce9bc46959eed30308fae30c7810d3c17e514cc7a98fa233b6d0dc531e98a4187472fb6f0276070bf2f3bf51b5f0ac995255015d9b496b228d
data/{bin → exe}/bi RENAMED
File without changes
data/{bin → exe}/bu RENAMED
File without changes
data/{bin → exe}/ca RENAMED
File without changes
File without changes
File without changes
data/{bin → exe}/db RENAMED
File without changes
data/{bin → exe}/dbdn RENAMED
File without changes
data/{bin → exe}/dn RENAMED
File without changes
File without changes
data/{bin → exe}/ga RENAMED
File without changes
data/{bin → exe}/gc RENAMED
File without changes
data/{bin → exe}/gca RENAMED
File without changes
data/{bin → exe}/gd RENAMED
File without changes
data/{bin → exe}/gi RENAMED
File without changes
data/{bin → exe}/gl RENAMED
File without changes
data/{bin → exe}/gr RENAMED
File without changes
data/{bin → exe}/grm RENAMED
File without changes
data/{bin → exe}/gs RENAMED
File without changes
data/{bin → exe}/h RENAMED
File without changes
data/{bin → exe}/p RENAMED
File without changes
data/{bin → exe}/rc RENAMED
File without changes
data/{bin → exe}/rg RENAMED
File without changes
data/{bin → exe}/rs RENAMED
File without changes
data/{bin → exe}/rt RENAMED
File without changes
data/{bin → exe}/setup RENAMED
File without changes
data/{bin → exe}/up RENAMED
File without changes
@@ -1,5 +1,5 @@
1
1
  module Nd
2
2
  module ShellScripts
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nd-shell_scripts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neurodynamic
@@ -83,7 +83,33 @@ dependencies:
83
83
  description: ''
84
84
  email:
85
85
  - developer@neurodynamic.io
86
- executables: []
86
+ executables:
87
+ - bi
88
+ - bu
89
+ - ca
90
+ - colorized_prompt
91
+ - console
92
+ - db
93
+ - dbdn
94
+ - dn
95
+ - ensure_gems_installed
96
+ - ga
97
+ - gc
98
+ - gca
99
+ - gd
100
+ - gi
101
+ - gl
102
+ - gr
103
+ - grm
104
+ - gs
105
+ - h
106
+ - p
107
+ - rc
108
+ - rg
109
+ - rs
110
+ - rt
111
+ - setup
112
+ - up
87
113
  extensions: []
88
114
  extra_rdoc_files: []
89
115
  files:
@@ -93,32 +119,32 @@ files:
93
119
  - LICENSE.txt
94
120
  - README.md
95
121
  - Rakefile
96
- - bin/bi
97
- - bin/bu
98
- - bin/ca
99
- - bin/colorized_prompt
100
- - bin/console
101
- - bin/db
102
- - bin/dbdn
103
- - bin/dn
104
- - bin/ensure_gems_installed
105
- - bin/ga
106
- - bin/gc
107
- - bin/gca
108
- - bin/gd
109
- - bin/gi
110
- - bin/gl
111
- - bin/gr
112
- - bin/grm
113
- - bin/gs
114
- - bin/h
115
- - bin/p
116
- - bin/rc
117
- - bin/rg
118
- - bin/rs
119
- - bin/rt
120
- - bin/setup
121
- - bin/up
122
+ - exe/bi
123
+ - exe/bu
124
+ - exe/ca
125
+ - exe/colorized_prompt
126
+ - exe/console
127
+ - exe/db
128
+ - exe/dbdn
129
+ - exe/dn
130
+ - exe/ensure_gems_installed
131
+ - exe/ga
132
+ - exe/gc
133
+ - exe/gca
134
+ - exe/gd
135
+ - exe/gi
136
+ - exe/gl
137
+ - exe/gr
138
+ - exe/grm
139
+ - exe/gs
140
+ - exe/h
141
+ - exe/p
142
+ - exe/rc
143
+ - exe/rg
144
+ - exe/rs
145
+ - exe/rt
146
+ - exe/setup
147
+ - exe/up
122
148
  - lib/nd/shell_scripts.rb
123
149
  - lib/nd/shell_scripts/version.rb
124
150
  - nd-shell_scripts.gemspec