platform_sh 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3133c8c4eb0486e1eb131b9c425e78b8a050a850
4
- data.tar.gz: 987e6ea89793bbb38445595fe9134c061821031d
3
+ metadata.gz: 58d63c9094472a6824a0252db3d4c5034e4e0f15
4
+ data.tar.gz: 2b25890c2b08b980a41ed33ae29ff23d103c5375
5
5
  SHA512:
6
- metadata.gz: fb2fe444d098fcb912ba1bb5f30ba327989fbfddafe3ac8aedf59ca9f7a116b118f2a740e358c0a6d018f24f8a7e8db7101ebb534dd493ced737ec6e21edd329
7
- data.tar.gz: 2b2285c97f733b25ec3262086661f59aa2ec6385a2d7e7525f3ea3007415aa9d9fa6b0d35c3863156fbda37cbf48a2cb04e1164647f4f472d517cd0449f43701
6
+ metadata.gz: 715d70462c14b32f25433d15be7fed660e19e8666c499d7afc402f626e2cf58c0ea14eb978fe7ce46485d04d8adabd6f629346df9a01eca96352efe532cbb138
7
+ data.tar.gz: 3ddbe6b2f5530804e95f36742a43408caa5b0027e176353966275e22f08531718fca04732291ed3f83569d79a6cacef0464e8aa600835b27a2355e67d1013a27
data/bin/console CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "platform"
4
+ require "platform_sh"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
@@ -1,4 +1,4 @@
1
- require "platform/version"
1
+ require "platform_sh/version"
2
2
  require "base64"
3
3
  require 'json'
4
4
 
@@ -1,3 +1,3 @@
1
1
  class PlatformSH
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/platform.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'platform/version'
4
+ require 'platform_sh/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "platform_sh"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: platform_sh
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
  - Ori Pekelman
@@ -68,8 +68,8 @@ files:
68
68
  - Rakefile
69
69
  - bin/console
70
70
  - bin/setup
71
- - lib/platform.rb
72
- - lib/platform/version.rb
71
+ - lib/platform_sh.rb
72
+ - lib/platform_sh/version.rb
73
73
  - platform.gemspec
74
74
  homepage: https://platform.sh
75
75
  licenses: