case_transform-rust-extensions 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba616c1d1b84db49eae257e7d0ac2d7bf5269163
4
- data.tar.gz: d76e18c09d95e8a89bb3f58fab941803f107679e
3
+ metadata.gz: 2cf7c0861c1ad075a2c349d2845db1b5df2f9773
4
+ data.tar.gz: c5931944bd83b69374f337c42a4eed2b10ff6487
5
5
  SHA512:
6
- metadata.gz: 92125a1ae6c6039ab6a4f78d78b6d9774d45d89c9d062887b03433c41cfaa7a6ccaada542c00d73b95fceceb45177649524376f9eb7ac74b2c61b0cad93ed02f
7
- data.tar.gz: 0d1e846353fe2a54746ca01ec44fbe823abb8670e150d7d06ebc2825c9617aec384963196637ac7681f1a5d7a258c0cd79e338ff2e9172a96898625f0583db32
6
+ metadata.gz: 024fa42866d7d52a6757870ba13a0b8a874d00def1a543eb4fd26a4fad250357c9f60f904e8db60e67892074626f352723426ebab07a2d6de037691e3fb3d315
7
+ data.tar.gz: a776199cd880eabe24a8c57fb264ad027280cef7462e04124c58632be088708a2d94ac37b1f0280cb840a393954d1b98809a774dcfecda072674d3cceb2132f6
@@ -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
- if ! command_exists cargo
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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module CaseTransform
3
- VERSION = '0.3.3'.freeze
3
+ VERSION = '0.3.4'.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.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.3
197
+ summary: CaseTransform-0.3.4
198
198
  test_files: []