autotest-cucumber-notification 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
+ .rvmrc
1
2
  *.gem
2
3
  .bundle
3
4
  Gemfile.lock
@@ -0,0 +1,2 @@
1
+ rvm use 1.9.3
2
+ rvm gemset use autotest-cucumber-notification
@@ -2,6 +2,7 @@
2
2
 
3
3
  * Code: Copyright (c) Curt Hasselschwert, Matt Buck, 2008
4
4
  * Gem: Copyright (c) Pavel Argentov, 2012
5
+ * Gem: Copyright (c) Evrone.com, 2012
5
6
 
6
7
  Permission is hereby granted, free of charge, to any person obtaining
7
8
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -41,6 +41,7 @@ The MIT License
41
41
 
42
42
  * Code: Copyright (c) Curt Hasselschwert, Matt Buck, 2008
43
43
  * Gem: Copyright (c) Pavel Argentov, 2012
44
+ * Gem: Copyright (c) Evrone.com, 2012
44
45
 
45
46
  Permission is hereby granted, free of charge, to any person obtaining
46
47
  a copy of this software and associated documentation files (the
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = AutotestCucumberNotification::VERSION
8
8
  s.authors = ["Pavel Argentov"]
9
9
  s.email = ["argentoff@gmail.com"]
10
- s.homepage = "https://github.com/argent-smith/autotest-cucumber-notification"
10
+ s.homepage = "https://github.com/evrone/autotest-cucumber-notification"
11
11
  s.summary = %q{Libnotify notification poster for cucumber run under autotest.}
12
12
  s.description = %q{This is an autotest plugin that will notify you about the results of your Cucumber features run.}
13
13
 
@@ -1,4 +1,4 @@
1
1
  module AutotestCucumberNotification
2
2
  # Current module version
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.6"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autotest-cucumber-notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-27 00:00:00.000000000 Z
12
+ date: 2012-10-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gemcutter
16
- requirement: &342011000 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,15 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *342011000
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
25
30
  - !ruby/object:Gem::Dependency
26
31
  name: cucumber
27
- requirement: &342010780 !ruby/object:Gem::Requirement
32
+ requirement: !ruby/object:Gem::Requirement
28
33
  none: false
29
34
  requirements:
30
35
  - - ! '>='
@@ -32,10 +37,15 @@ dependencies:
32
37
  version: '0'
33
38
  type: :runtime
34
39
  prerelease: false
35
- version_requirements: *342010780
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
36
46
  - !ruby/object:Gem::Dependency
37
47
  name: ZenTest
38
- requirement: &342010570 !ruby/object:Gem::Requirement
48
+ requirement: !ruby/object:Gem::Requirement
39
49
  none: false
40
50
  requirements:
41
51
  - - ! '>='
@@ -43,7 +53,12 @@ dependencies:
43
53
  version: '0'
44
54
  type: :runtime
45
55
  prerelease: false
46
- version_requirements: *342010570
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
47
62
  description: This is an autotest plugin that will notify you about the results of
48
63
  your Cucumber features run.
49
64
  email:
@@ -55,6 +70,7 @@ extra_rdoc_files:
55
70
  - README.rdoc
56
71
  files:
57
72
  - .gitignore
73
+ - .rvmrc.sample
58
74
  - Gemfile
59
75
  - LICENSE.rdoc
60
76
  - README.md
@@ -68,7 +84,7 @@ files:
68
84
  - lib/autotest-cucumber-notification.rb
69
85
  - lib/autotest-cucumber-notification/autotest-cucumber-notification.rb
70
86
  - lib/autotest-cucumber-notification/version.rb
71
- homepage: https://github.com/argent-smith/autotest-cucumber-notification
87
+ homepage: https://github.com/evrone/autotest-cucumber-notification
72
88
  licenses: []
73
89
  post_install_message:
74
90
  rdoc_options:
@@ -92,9 +108,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
108
  version: '0'
93
109
  requirements: []
94
110
  rubyforge_project:
95
- rubygems_version: 1.8.15
111
+ rubygems_version: 1.8.24
96
112
  signing_key:
97
113
  specification_version: 3
98
114
  summary: Libnotify notification poster for cucumber run under autotest.
99
115
  test_files: []
100
- has_rdoc: