ey_pairing 0.4.2 → 0.4.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,35 +17,39 @@ module EY
17
17
  self.init ||= name && name.scan(/(?:^|\s)(\w)/).flatten.join.downcase
18
18
  self.class.register self
19
19
  end
20
-
21
- new("David Calavera", 'dcalavera@engineyard.com')
22
- new("Andy Delcambre", 'adelcambre@engineyard.com')
23
- new("Larry Diehl", 'ldiehl@engineyard.com')
24
- new("Martin Emde", 'memde@engineyard.com')
25
- new("Jason Hansen", 'jhansen@engineyard.com')
26
- new("Andrew Collins", 'acollins@engineyard.com')
27
- new("Jacob Burkhart", 'jburkhart@engineyard.com')
28
- new("Thorben Schröder",'tschroder@engineyard.com', 'tom')
29
- new("Josh Lane", 'jlane@engineyard.com', "lanej")
30
- new("Gordon Malm", 'gmalm@engineyard.com')
31
- new("Kirk Haines", 'khaines@engineyard.com')
32
- new("Robin Powell", 'rpowell@engineyard.com')
33
- new("Wayne E. Seguin", 'wayneeseguin@gmail.com')
34
- new("Amy Woodward", 'awoodward@engineyard.com')
35
- new("Shai Rosenfeld", 'srosenfeld@engineyard.com')
36
- new("Wilson Bilkovich",'wbilkovich@engineyard.com', 'wilson')
37
- new("Michael Brodhead",'mbrodhead@engineyard.com', 'mkb')
38
- new("James Rucker", 'jrucker@engineyard.com')
39
- new("Jim Lindley", 'jlindley@engineyard.com')
40
- new('Dr Nic Williams', 'nwilliams@engineyard.com', 'drnic')
41
- new('Mutwin Kraus', 'mkraus@engineyard.com', 'mutle')
42
- new('JD Huntington', 'jdhuntington@engineyard.com', 'jd')
43
- new('Adam Holt', 'aholt@engineyard.com', 'ah')
44
- new('Ines Sombra', 'isombra@engineyard.com', 'ines')
45
- new('Chad Eubanks', 'ceubanks@engineyard.com', 'chad')
46
- new('Hiro Asari', 'hasari@engineyard.com', 'ha')
47
- new('Jessica Allen', 'jallen@engineyard.com')
48
- new('Thom Mahoney', 'tmahoney@engineyard.com')
20
+
21
+ new("Andy Delcambre", 'adelcambre@engineyard.com')
22
+ new("Larry Diehl", 'ldiehl@engineyard.com')
23
+ new("Martin Emde", 'memde@engineyard.com')
24
+ new("Jason Hansen", 'jhansen@engineyard.com')
25
+ new("Andrew Collins", 'acollins@engineyard.com')
26
+ new("Jacob Burkhart", 'jburkhart@engineyard.com')
27
+ new("Josh Lane", 'jlane@engineyard.com', "lanej")
28
+ new("Gordon Malm", 'gmalm@engineyard.com')
29
+ new("Kirk Haines", 'khaines@engineyard.com')
30
+ new("Robin Powell", 'rpowell@engineyard.com')
31
+ new("Wayne E. Seguin", 'wayneeseguin@gmail.com')
32
+ new("Amy Woodward", 'awoodward@engineyard.com')
33
+ new("Shai Rosenfeld", 'srosenfeld@engineyard.com')
34
+ new("Wilson Bilkovich", 'wbilkovich@engineyard.com', 'wilson')
35
+ new("Michael Brodhead", 'mbrodhead@engineyard.com', 'mkb')
36
+ new("James Rucker", 'jrucker@engineyard.com')
37
+ new("Jim Lindley", 'jlindley@engineyard.com')
38
+ new('Dr Nic Williams', 'nwilliams@engineyard.com', 'drnic')
39
+ new('Mutwin Kraus', 'mkraus@engineyard.com', 'mutle')
40
+ new('JD Huntington', 'jdhuntington@engineyard.com', 'jd')
41
+ new('Adam Holt', 'aholt@engineyard.com', 'ah')
42
+ new('Ines Sombra', 'isombra@engineyard.com', 'ines')
43
+ new('Chad Eubanks', 'ceubanks@engineyard.com', 'chad')
44
+ new('Jessica Allen', 'jallen@engineyard.com')
45
+ new('Anthony Accomazzo', 'aaccomazzo@engineyard.com', 'acco')
46
+ new('Thom Mahoney', 'tmahoney@engineyard.com', 'thom')
47
+ new('Ryan Souza', 'rsouza@engineyard.com', 'ryry')
48
+ new('Matt Whiteley', 'mwhiteley@engineyard.com')
49
+ new('Dennis Bell', 'dbell@engineyard.com', 'dbell')
50
+ new('Tyler Bird', 'tbird@engineyard.com', 'tbird')
51
+ new("Tasha Drew", 'tdrew@engineyard.com')
52
+ new("Tim Littlemore", 'tlittlemore@engineyard.com')
49
53
  end
50
54
  end
51
55
  end
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module Pairing
3
- VERSION = '0.4.2'
3
+ VERSION = '0.4.15'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,41 +1,47 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: ey_pairing
3
- version: !ruby/object:Gem::Version
4
- version: 0.4.2
3
+ version: !ruby/object:Gem::Version
4
+ hash: 17
5
5
  prerelease:
6
+ segments:
7
+ - 0
8
+ - 4
9
+ - 15
10
+ version: 0.4.15
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - Engine Yard
9
14
  autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
- date: 2011-11-19 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
17
+
18
+ date: 2011-11-19 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
15
21
  name: highline
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ! '>='
20
- - !ruby/object:Gem::Version
21
- version: '0'
22
- type: :runtime
23
22
  prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
23
+ requirement: &id001 !ruby/object:Gem::Requirement
25
24
  none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
29
- version: '0'
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 3
29
+ segments:
30
+ - 0
31
+ version: "0"
32
+ type: :runtime
33
+ version_requirements: *id001
30
34
  description: pairing is caring
31
- email:
35
+ email:
32
36
  - gems@engineyard.com
33
- executables:
37
+ executables:
34
38
  - ey-pair
35
39
  - ey-pairing
36
40
  extensions: []
41
+
37
42
  extra_rdoc_files: []
38
- files:
43
+
44
+ files:
39
45
  - lib/ey_pairing/author.rb
40
46
  - lib/ey_pairing/cli.rb
41
47
  - lib/ey_pairing/version.rb
@@ -44,26 +50,36 @@ files:
44
50
  - bin/ey-pairing
45
51
  homepage: http://github.com/engineyard/ey_pairing
46
52
  licenses: []
53
+
47
54
  post_install_message:
48
55
  rdoc_options: []
49
- require_paths:
56
+
57
+ require_paths:
50
58
  - lib
51
- required_ruby_version: !ruby/object:Gem::Requirement
59
+ required_ruby_version: !ruby/object:Gem::Requirement
52
60
  none: false
53
- requirements:
54
- - - ! '>='
55
- - !ruby/object:Gem::Version
56
- version: '0'
57
- required_rubygems_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ hash: 3
65
+ segments:
66
+ - 0
67
+ version: "0"
68
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
69
  none: false
59
- requirements:
60
- - - ! '>='
61
- - !ruby/object:Gem::Version
62
- version: '0'
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ hash: 3
74
+ segments:
75
+ - 0
76
+ version: "0"
63
77
  requirements: []
78
+
64
79
  rubyforge_project:
65
- rubygems_version: 1.8.21
80
+ rubygems_version: 1.8.24
66
81
  signing_key:
67
82
  specification_version: 3
68
83
  summary: change global git author settings for pairing
69
84
  test_files: []
85
+