env_switcher 1.0.0 → 1.0.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
  SHA256:
3
- metadata.gz: 0a50652b224f1dc772d4a29c951276ce1295e5f7ef82eeaf47e4dec65ac843a1
4
- data.tar.gz: 58fb33cc9746855289fa81e2df1e851d65ff981843497834a69ff0d9d34a8926
3
+ metadata.gz: 8b231b986bb41cd4b87619cd51e421e5f2cbe07b7c68dfa588bebd121c63ac09
4
+ data.tar.gz: ce99e2872decf78dbf132f500da3055dbe23fd77d7649e556aeb5a0474a91475
5
5
  SHA512:
6
- metadata.gz: 9c05db533e189f187e16509444bf9f2145ab31ded3db5d83c798af0ef48098f727ef127e2e5922cee435539dca295db4b6d3046322023902c11340926df059d3
7
- data.tar.gz: c96f9486ffac6e41db2a3f0be283adafe609619fd4c5434e8e3dca96556f04e885e81e3a9766713b44807ad9572de417fd258af80fd9a1be3980557f28b47f62
6
+ metadata.gz: 3a1683258419676cf8def3cdd36b0acc71e2f55c80f584cd63dcb5781da6fbfcce8a2d4f3a98a810dd799d87a889c774d62307a9d9079fa1608d9f783d3e5e17
7
+ data.tar.gz: f394a847687d36d17031c57300b8bcfb0cc4880c3dc14b14d51155550c6d3722811eaa2885bbd6869fc2a0f6c65f10f6b77bfdc258e0a3c9074d1159ed256ede
File without changes
@@ -1,3 +1,3 @@
1
1
  module EnvSwitcher
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: env_switcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chengqing Su
@@ -112,7 +112,7 @@ description: This is a tool to help you switch env, eg. aws account, k8s context
112
112
  email:
113
113
  - suchengqing1995@gmail.com
114
114
  executables:
115
- - switcher
115
+ - env_switcher
116
116
  extensions:
117
117
  - ext/env_switcher/extconf.rb
118
118
  extra_rdoc_files: []
@@ -127,7 +127,7 @@ files:
127
127
  - Rakefile
128
128
  - bin/console
129
129
  - bin/setup
130
- - exe/switcher
130
+ - exe/env_switcher
131
131
  - ext/env_switcher/extconf.rb
132
132
  - ext/env_switcher/switcher.c
133
133
  - ext/env_switcher/switcher.h