case_transform-rust-extensions 0.3.2 → 0.3.3

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: 5fa0a41c9c3fe2ab50c5a542340c924027c6b9ee
4
- data.tar.gz: 35397af213fa785c4f66f2f41fcb96513b5a796d
3
+ metadata.gz: ba616c1d1b84db49eae257e7d0ac2d7bf5269163
4
+ data.tar.gz: d76e18c09d95e8a89bb3f58fab941803f107679e
5
5
  SHA512:
6
- metadata.gz: 648b41d1bd4a2da429105964a4cfc919ded1ae0a1bbba9ecc537dfe3fc9bc25d79a8366250e67566d503cd9217726cd1671085df5692dd02ce4c7039fbc4de09
7
- data.tar.gz: 2a284a23149951aac64e17a3922d8dbdd4d5e6921c0f47a173b8e99015bd811ac82d939cca747eee59da1d9e0db17dc58ce6d13bf23f8b91dc38b491f9148712
6
+ metadata.gz: 92125a1ae6c6039ab6a4f78d78b6d9774d45d89c9d062887b03433c41cfaa7a6ccaada542c00d73b95fceceb45177649524376f9eb7ac74b2c61b0cad93ed02f
7
+ data.tar.gz: 0d1e846353fe2a54746ca01ec44fbe823abb8670e150d7d06ebc2825c9617aec384963196637ac7681f1a5d7a258c0cd79e338ff2e9172a96898625f0583db32
@@ -1,6 +1,3 @@
1
- rust_path=$(which rustc)
2
- cargo_path=$(which cargo)
3
-
4
1
  command_exists () {
5
2
  type "$1" &> /dev/null ;
6
3
  }
@@ -23,10 +20,10 @@ echo `which rustc`
23
20
  echo "cargo: "
24
21
  echo `which cargo`
25
22
 
26
- if [ -z rust_path ]
23
+ if ! command_exists rustc
27
24
  then
28
25
  echo "Rust still not installed..."
29
26
  exit 1
30
27
  fi
31
28
 
32
- cargo build
29
+ cargo build --release
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module CaseTransform
3
- VERSION = '0.3.2'.freeze
3
+ VERSION = '0.3.3'.freeze
4
4
  RUST = true
5
5
  end
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.2
4
+ version: 0.3.3
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.2
197
+ summary: CaseTransform-0.3.3
198
198
  test_files: []