staf4ruby 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +4 -4
  2. metadata +4 -4
data/Rakefile CHANGED
@@ -32,12 +32,12 @@ CLOBBER.include('lib/*.{o,so}')
32
32
 
33
33
  gem_spec = Gem::Specification.new do |s|
34
34
  s.name=%q{staf4ruby}
35
- s.version="0.1.0"
36
- s.date=%q{2014-01-08}
35
+ s.version="0.1.1"
36
+ s.date=%q{2014-01-17}
37
37
  s.authors=["Alan Somers"]
38
- s.email=%q{alans@spectralogic.com}
38
+ s.email=%q{asomers@gmail.com}
39
39
  s.extensions="ext/extconf.rb"
40
- s.homepage="http://www.spectralogic.com"
40
+ s.homepage="https://bitbucket.org/asomers/staf4ruby"
41
41
  s.rubyforge_project="none"
42
42
  s.summary=%q{Ruby interface to STAF.}
43
43
  s.description=%q{Ruby interface to the STAF C APIs.}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: staf4ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,10 +9,10 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-08 00:00:00.000000000Z
12
+ date: 2014-01-17 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Ruby interface to the STAF C APIs.
15
- email: alans@spectralogic.com
15
+ email: asomers@gmail.com
16
16
  executables: []
17
17
  extensions:
18
18
  - ext/extconf.rb
@@ -24,7 +24,7 @@ files:
24
24
  - lib/staf4ruby.rb
25
25
  - test/test.rb
26
26
  - test/test_helper.rb
27
- homepage: http://www.spectralogic.com
27
+ homepage: https://bitbucket.org/asomers/staf4ruby
28
28
  licenses:
29
29
  - EPL
30
30
  post_install_message: