nwcopy 0.0.1 → 0.0.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 (3) hide show
  1. data/lib/nwcopy.rb +2 -1
  2. data/lib/nwcopy/version.rb +1 -1
  3. metadata +2 -5
@@ -1,7 +1,6 @@
1
1
  require 'digest/sha1'
2
2
 
3
3
  module Nwcopy
4
-
5
4
  def self.dropbox_dir
6
5
  File.expand_path '~/Dropbox'
7
6
  end
@@ -41,3 +40,5 @@ module Nwcopy
41
40
  clipboard
42
41
  end
43
42
  end
43
+
44
+ Nwcopy.init
@@ -1,3 +1,3 @@
1
1
  module Nwcopy
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nwcopy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
5
4
  prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 0
9
- - 1
10
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
11
10
  platform: ruby
12
11
  authors:
13
12
  - Josh Kleinpeter
@@ -53,7 +52,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
53
52
  requirements:
54
53
  - - ">="
55
54
  - !ruby/object:Gem::Version
56
- hash: 3
57
55
  segments:
58
56
  - 0
59
57
  version: "0"
@@ -62,7 +60,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
60
  requirements:
63
61
  - - ">="
64
62
  - !ruby/object:Gem::Version
65
- hash: 3
66
63
  segments:
67
64
  - 0
68
65
  version: "0"