clone_git_file 0.1.0 → 0.1.1

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: 637cbb2eda84c98bd8fb050abdf134fbcba36c68
4
- data.tar.gz: f4b0ea2a891550970426d6b28569de407255a512
3
+ metadata.gz: 24c8debf987059c76c3e939e8b495cd0eb61daba
4
+ data.tar.gz: 25ec4cfd87c9aaf1d9cc48b00a3c191ab0461392
5
5
  SHA512:
6
- metadata.gz: 833662a9821dc6aee03abf872253ebd69a13631e33082bf3c6f001ef6ddb804a04615a99439050acdebdab93052998205beb5afae3703f0ad535e71fd29ce936
7
- data.tar.gz: 9d349fae49b89876909032c5f55fe0655bd0aca96f5c06b9a0b0123363d609f095c81de5f23cbf7637717cc9d1f82415c8cfc1f9312dc8e6cbc674ba81976a10
6
+ metadata.gz: d87bb11fc580b6d567391caed930cc1b8d014dc35007c01d9bec36c995911c13866355632a45fa4be28cd2e0a80cda150689ea6c58f8cababce4bf75c0858dda
7
+ data.tar.gz: 65555a3bd0b4f4aeb557e102947f5bb3b3946558353163a58e42654636735b7a5412bb26317c670cf3e82bddfb1aac5cc50dee9141287984af7fbf868d538eab
data/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ # Installation
2
+
3
+ ```bash
4
+ gem install clone_git_file
5
+ ```
6
+
1
7
  # Description
2
8
 
3
9
  This gem will clone the repository containing a file, then open that file in
@@ -1,3 +1,3 @@
1
1
  module CloneGitFile
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clone_git_file
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Conway