case_transform-rust-extensions 0.3.3 → 0.3.4
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/ext/case_transform/build.sh +1 -6
- data/lib/case_transform/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2cf7c0861c1ad075a2c349d2845db1b5df2f9773
|
|
4
|
+
data.tar.gz: c5931944bd83b69374f337c42a4eed2b10ff6487
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 024fa42866d7d52a6757870ba13a0b8a874d00def1a543eb4fd26a4fad250357c9f60f904e8db60e67892074626f352723426ebab07a2d6de037691e3fb3d315
|
|
7
|
+
data.tar.gz: a776199cd880eabe24a8c57fb264ad027280cef7462e04124c58632be088708a2d94ac37b1f0280cb840a393954d1b98809a774dcfecda072674d3cceb2132f6
|
data/ext/case_transform/build.sh
CHANGED
|
@@ -6,12 +6,7 @@ if ! command_exists rustc
|
|
|
6
6
|
then
|
|
7
7
|
echo "rustc is missing. rustup will be installed to provide rustc..."
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
then
|
|
11
|
-
echo "cargo is missing. rustup will be installed to provide cargo..."
|
|
12
|
-
|
|
13
|
-
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
|
14
|
-
fi
|
|
9
|
+
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
|
15
10
|
fi
|
|
16
11
|
|
|
17
12
|
echo "rustc and cargo are installed"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: case_transform-rust-extensions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- L. Preston Sego III
|
|
@@ -194,5 +194,5 @@ rubyforge_project:
|
|
|
194
194
|
rubygems_version: 2.5.1
|
|
195
195
|
signing_key:
|
|
196
196
|
specification_version: 4
|
|
197
|
-
summary: CaseTransform-0.3.
|
|
197
|
+
summary: CaseTransform-0.3.4
|
|
198
198
|
test_files: []
|