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 +4 -4
- data/exe/{switcher → env_switcher} +0 -0
- data/lib/env_switcher/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b231b986bb41cd4b87619cd51e421e5f2cbe07b7c68dfa588bebd121c63ac09
|
|
4
|
+
data.tar.gz: ce99e2872decf78dbf132f500da3055dbe23fd77d7649e556aeb5a0474a91475
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a1683258419676cf8def3cdd36b0acc71e2f55c80f584cd63dcb5781da6fbfcce8a2d4f3a98a810dd799d87a889c774d62307a9d9079fa1608d9f783d3e5e17
|
|
7
|
+
data.tar.gz: f394a847687d36d17031c57300b8bcfb0cc4880c3dc14b14d51155550c6d3722811eaa2885bbd6869fc2a0f6c65f10f6b77bfdc258e0a3c9074d1159ed256ede
|
|
File without changes
|
data/lib/env_switcher/version.rb
CHANGED
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.
|
|
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
|
-
-
|
|
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/
|
|
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
|