lean_stamper 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lean_stamper.gemspec +4 -4
  2. metadata +4 -2
@@ -1,16 +1,16 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  Gem::Specification.new do |gem|
4
- gem.authors = ["DeLynn Berry"]
5
- gem.email = ["delynn@gmail.com"]
4
+ gem.authors = ["DeLynn Berry", "Tadas Tamosauskas"]
5
+ gem.email = ["delynn@gmail.com", "tadas@alphasights.com"]
6
6
  gem.description = %q{A stripped down version of original userstamp plugin}
7
7
  gem.summary = %q{A stripped down version of original userstamp plugin. References the stamper object itself, not the id. Only creator and updater.}
8
- gem.homepage = ""
8
+ gem.homepage = "https://github.com/alphasights/lean_stamper"
9
9
 
10
10
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
11
11
  gem.files = `git ls-files`.split("\n")
12
12
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
13
13
  gem.name = "lean_stamper"
14
14
  gem.require_paths = ["lib"]
15
- gem.version = "0.0.2"
15
+ gem.version = "0.0.3"
16
16
  end
metadata CHANGED
@@ -1,11 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lean_stamper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - DeLynn Berry
9
+ - Tadas Tamosauskas
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
@@ -14,6 +15,7 @@ dependencies: []
14
15
  description: A stripped down version of original userstamp plugin
15
16
  email:
16
17
  - delynn@gmail.com
18
+ - tadas@alphasights.com
17
19
  executables: []
18
20
  extensions: []
19
21
  extra_rdoc_files: []
@@ -31,7 +33,7 @@ files:
31
33
  - lib/stampable.rb
32
34
  - lib/stamper.rb
33
35
  - lib/userstamp.rb
34
- homepage: ''
36
+ homepage: https://github.com/alphasights/lean_stamper
35
37
  licenses: []
36
38
  post_install_message:
37
39
  rdoc_options: []