rbfs 0.0.15 → 1.0.16

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. data/LICENSE.txt +22 -0
  2. data/lib/rbfs/version.rb +1 -1
  3. data/rbfs.gemspec +3 -2
  4. metadata +16 -14
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2013 Joshua Bussdieker
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module Rbfs
2
- VERSION = "0.0.15"
2
+ VERSION = "1.0.16"
3
3
  end
@@ -11,14 +11,15 @@ Gem::Specification.new do |spec|
11
11
  spec.description = %q{Ruby File Sync}
12
12
  spec.summary = %q{Ruby File Sync}
13
13
  spec.homepage = "http://github.com/jbussdieker/ruby-rbfs"
14
+ spec.license = "MIT"
14
15
 
15
16
  spec.files = `git ls-files`.split($/)
16
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
19
  spec.require_paths = ["lib"]
19
20
 
20
- spec.add_dependency "rsync", "~> 0.0"
21
- spec.add_dependency "hosts_file", "~> 0.0"
21
+ spec.add_dependency "rsync", "~> 1.0"
22
+ spec.add_dependency "hosts_file", "~> 1.0"
22
23
  spec.add_development_dependency "bundler", "~> 1.3"
23
24
  spec.add_development_dependency "rake"
24
25
  spec.add_development_dependency "rspec"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbfs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 1.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,29 +13,29 @@ date: 2013-07-24 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rsync
16
- requirement: &14822200 !ruby/object:Gem::Requirement
16
+ requirement: &19509060 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: '0.0'
21
+ version: '1.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *14822200
24
+ version_requirements: *19509060
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: hosts_file
27
- requirement: &14821060 !ruby/object:Gem::Requirement
27
+ requirement: &19507900 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
31
31
  - !ruby/object:Gem::Version
32
- version: '0.0'
32
+ version: '1.0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *14821060
35
+ version_requirements: *19507900
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: bundler
38
- requirement: &14820360 !ruby/object:Gem::Requirement
38
+ requirement: &19505500 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '1.3'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *14820360
46
+ version_requirements: *19505500
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rake
49
- requirement: &14819720 !ruby/object:Gem::Requirement
49
+ requirement: &19504860 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *14819720
57
+ version_requirements: *19504860
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: rspec
60
- requirement: &14818820 !ruby/object:Gem::Requirement
60
+ requirement: &19503760 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ! '>='
@@ -65,7 +65,7 @@ dependencies:
65
65
  version: '0'
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *14818820
68
+ version_requirements: *19503760
69
69
  description: Ruby File Sync
70
70
  email:
71
71
  - jbussdieker@gmail.com
@@ -77,6 +77,7 @@ files:
77
77
  - .gitignore
78
78
  - .travis.yml
79
79
  - Gemfile
80
+ - LICENSE.txt
80
81
  - README.md
81
82
  - Rakefile
82
83
  - bin/rbfs
@@ -93,7 +94,8 @@ files:
93
94
  - spec/rbfs/futures_spec.rb
94
95
  - spec/rbfs/rsync_spec.rb
95
96
  homepage: http://github.com/jbussdieker/ruby-rbfs
96
- licenses: []
97
+ licenses:
98
+ - MIT
97
99
  post_install_message:
98
100
  rdoc_options: []
99
101
  require_paths: