watson-ruby 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/watson.gemspec CHANGED
@@ -5,8 +5,8 @@ require "watson/version"
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = 'watson-ruby'
8
- s.version = Watson::VERSION
9
- s.date = '2013-11-06'
8
+ s.version = Watson::VERSION
9
+ s.date = Time.now.strftime('%Y-%m-%d')
10
10
 
11
11
  s.authors = ["nhmood"]
12
12
  s.email = 'nhmood@goosecode.com'
@@ -14,9 +14,9 @@ Gem::Specification.new do |s|
14
14
 
15
15
  s.summary = "an inline issue manager"
16
16
  s.description = "an inline issue manager with GitHub and Bitbucket support"
17
-
17
+
18
18
  s.license = 'MIT'
19
- s.files = `git ls-files`.split("\n").delete_if { |file| file.include?("assets/examples") }
19
+ s.files = `git ls-files`.split("\n").delete_if { |file| file.include?("assets/examples") }
20
20
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
21
21
  s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
22
22
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watson-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - nhmood
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-06 00:00:00.000000000 Z
11
+ date: 2013-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json