chrome_ssb 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: 8611c486dfa1e1c11a70c0753ea0bc9319a35b30
4
- data.tar.gz: 793bd9c82c73c0d21b4d4f4882eba4547a1a2a9b
3
+ metadata.gz: f04ad9693756566b7fc3dc4212b998fef0f592b1
4
+ data.tar.gz: c162c7326fc94a631d867589f3813c6b455ab337
5
5
  SHA512:
6
- metadata.gz: 76d2fc78cb513979d5c0ce5d3ef8b28a5e7f8a49be5b2ef7f3d88a5fd634e26350502105446fd18236fc913fed2c2b3f55a4f6665dd7f18dc9c85ae363209fd2
7
- data.tar.gz: 379d051c4427e87cdc168dcfb437cf86d2c0ffbdf26f67322d4ca5e08350cb430264f07b469d1e5eb14cbefd529bf064ad21bfec511d98871db4355c0f423025
6
+ metadata.gz: f6d137d9550aea520e51719e3456c82a6aa1b6920ed0b070c3718e3cdfe5a8d122b3aa95de9d8bd71f0dd78b371f56d38f0a15b197229759f9ada14135eba283
7
+ data.tar.gz: 9138e5e7a1ffb6cbe092845112873c9f3d9f99a896979172b5d348f35c525c09185c67c27522a169b8f9a14fb187f5cbd06cea287b44fb8e9776833bd5e1bab7
@@ -1,3 +1,3 @@
1
1
  class ChromeSSB
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/chrome_ssb.rb CHANGED
@@ -4,12 +4,13 @@ class ChromeSSB
4
4
  require 'fileutils'
5
5
  require 'tempfile'
6
6
 
7
- @params = %i(name location icon path chrome_path overwrite)
8
- @compatible = !(/darwin/ =~ RUBY_PLATFORM).nil?
9
7
 
8
+ @params = %i(name location icon path chrome_path overwrite)
10
9
  attr_accessor *@params
11
10
 
12
11
  def initialize(args={})
12
+ @compatible = !(/darwin/ =~ RUBY_PLATFORM).nil?
13
+
13
14
  ## Require Mac OS X for SSB .app structure
14
15
  raise '`chrome_ssb` is only compatible with Mac OS X' unless @compatible
15
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chrome_ssb
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
  - Bradyn Poulsen