sambal 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/sambal/version.rb +1 -1
  2. data/sambal.gemspec +2 -2
  3. metadata +5 -5
@@ -1,5 +1,5 @@
1
1
  # coding: UTF-8
2
2
 
3
3
  module Sambal
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
data/sambal.gemspec CHANGED
@@ -4,9 +4,9 @@ require File.expand_path('../lib/sambal/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["John Axel Eriksson"]
6
6
  gem.email = ["john@insane.se"]
7
- gem.description = %q{Ruby Samba Client}
7
+ gem.description = %q{Ruby Samba Client using the cmdline smbclient}
8
8
  gem.summary = %q{Ruby Samba Client}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/johnae/sambal"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sambal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-04-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70166692509740 !ruby/object:Gem::Requirement
16
+ requirement: &70272128682480 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,8 +21,8 @@ dependencies:
21
21
  version: 2.6.0
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70166692509740
25
- description: Ruby Samba Client
24
+ version_requirements: *70272128682480
25
+ description: Ruby Samba Client using the cmdline smbclient
26
26
  email:
27
27
  - john@insane.se
28
28
  executables: []
@@ -40,7 +40,7 @@ files:
40
40
  - spec/sambal/client_spec.rb
41
41
  - spec/smb.conf.erb
42
42
  - spec/spec_helper.rb
43
- homepage: ''
43
+ homepage: https://github.com/johnae/sambal
44
44
  licenses: []
45
45
  post_install_message:
46
46
  rdoc_options: []