dumpy 1.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: 2e89312f5458a9711f5d4d7c116ff3d7ad0bba81
4
- data.tar.gz: 186ca4a43ea4ef82aaefb4edbd516c5d3ea5504d
3
+ metadata.gz: 5c9ac8abb6c7f4d5cdbb3955a850bc5ba089f3e2
4
+ data.tar.gz: 223edbbc0a6d6b74be7af282e88b48b915963573
5
5
  SHA512:
6
- metadata.gz: f6cc369da12c1d0e7e75f644db75c525654dbaab7fd073954446db67ef2e095c2ead95df1b9c92280a256f697c4067cdf0bf882c1fb2a7d77e926e64ecd80ee8
7
- data.tar.gz: 69b5f7fb099a508e49a8bbcb69fd2bc7ebc86d9d74f5381f5a7b88baa05063fb0e2d5d38af53b72938f5606287bb687627710f0389bdb344a301ffc5fdf15e83
6
+ metadata.gz: bd42e445e4b61b4e59eab389305778406dcec045e95fbb0c5fad56d793c3822ca02f1271d15f1c23233e9327959b5baf729eb34f1786e4d3b350048725e7e688
7
+ data.tar.gz: 257484cd1b054329a631eb8b0688ed20d4b0860b7329e133d0b592f51cd9d0f7a947874743a0891c40c5a0ad6efa6dbddc6e545bb825aede8c3973c42e874719
data/README.md CHANGED
@@ -4,15 +4,7 @@ Easy file sharing straight from the command line
4
4
 
5
5
  ## Installation
6
6
 
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'dumpy'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
7
+ Install it yourself using:
16
8
 
17
9
  $ gem install dumpy
18
10
 
@@ -14,7 +14,6 @@ Gem::Specification.new do |spec|
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0")
16
16
  spec.executables = ["dumpy"]
17
- # spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
17
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
18
  spec.require_paths = ["lib"]
20
19
 
@@ -7,8 +7,8 @@ module Dumpy
7
7
  require 'clipboard'
8
8
 
9
9
  def self.upload(filename)
10
- url = "http://9devs.com/upload.php"
11
- download_link = "http://9devs.com/download.php?q="
10
+ url = "http://dumpy.io/upload.php"
11
+ download_link = "http://dumpy.io/download.php?q="
12
12
  begin
13
13
  current_dir = `pwd`
14
14
  file = current_dir.strip + "/" + filename
@@ -1,3 +1,3 @@
1
1
  module Dumpy
2
- VERSION = "1.0"
2
+ VERSION = "1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dumpy
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Bordinc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-25 00:00:00.000000000 Z
11
+ date: 2014-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler