conda 0.1.1 → 0.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/conda.gemspec +1 -1
  3. data/lib/conda.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 255a375b191688e4aa376e80bcead0332c861301
4
- data.tar.gz: 1d2df8cd081f913a9518373ebb6d5b290b6a59e3
3
+ metadata.gz: 8e6a4de4adb59b3c88680164c34b3db39b0d0d3f
4
+ data.tar.gz: bbf9b95f92dfa3786c1ac93a4d716a299b3feb71
5
5
  SHA512:
6
- metadata.gz: 6f027a665661fff979ac37034fbdfcc8f40c8b1e3f9ea6dfc05c4ad40b718a1deaf9443047d7c3fa14706be441fd9a0261c6cac784ad865a68535682f18bce68
7
- data.tar.gz: ea4609d12b6e252319c50b7f4b1bb548ed0bbe1179927cd4d2ec6dd10565c0bc2e75ccaa6b3f11b3aefa8ffedfeda8137d204011284cbe26c718395f24c2d23e
6
+ metadata.gz: acd578fcaf7755a84c497dfadc7d9ec7015a79f7c817498a1080916649c2878b34bdac8a94529607bc2db813256752b5b38ab94a2ea670480d013112ebf7b716
7
+ data.tar.gz: 09aa1189d683e9a14b0e2efcdef4be751ddc6f92b0a72650c64a6ce5e4c483b33a9e78d379d623312e5fe672525e3057e5afe6446e43874bacdfe03a2365cba0
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "conda"
7
- spec.version = "0.1.1"
7
+ spec.version = "0.1.2"
8
8
  spec.authors = ["Isuru Fernando"]
9
9
  spec.email = ["isuruf@gmail.com"]
10
10
 
@@ -45,7 +45,7 @@ module Conda
45
45
 
46
46
  "Get the miniconda installer URL."
47
47
  def Conda._installer_url()
48
- res = "http://repo.continuum.io/miniconda/Miniconda3-latest-"
48
+ res = "https://repo.continuum.io/miniconda/Miniconda3-latest-"
49
49
  if RbConfig::CONFIG["host"].include? "darwin"
50
50
  res += "MacOSX"
51
51
  elsif RbConfig::CONFIG["host"].include? "linux"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Isuru Fernando
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-10 00:00:00.000000000 Z
11
+ date: 2016-11-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: