jamesottaway 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "jamesottaway"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
7
7
  s.authors = ["James Ottaway"]
8
8
  s.email = ["james@ottaway.mp"]
9
9
  s.homepage = ""
@@ -0,0 +1,9 @@
1
+ module JamesOttaway
2
+ module Matchers
3
+ RSpec::Matchers.define :start_with do |expected|
4
+ match do |actual|
5
+ actual.start_with? expected
6
+ end
7
+ end
8
+ end
9
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jamesottaway
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-01 00:00:00.000000000 Z
12
+ date: 2012-03-06 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: I am a gem!
15
15
  email:
@@ -25,6 +25,7 @@ files:
25
25
  - lib/jamesottaway.rb
26
26
  - lib/jamesottaway/helpers.rb
27
27
  - lib/jamesottaway/helpers/array.rb
28
+ - lib/jamesottaway/matchers.rb
28
29
  homepage: ''
29
30
  licenses: []
30
31
  post_install_message:
@@ -39,7 +40,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
39
40
  version: '0'
40
41
  segments:
41
42
  - 0
42
- hash: -1649640325745030525
43
+ hash: -3144542558678582450
43
44
  required_rubygems_version: !ruby/object:Gem::Requirement
44
45
  none: false
45
46
  requirements:
@@ -48,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
49
  version: '0'
49
50
  segments:
50
51
  - 0
51
- hash: -1649640325745030525
52
+ hash: -3144542558678582450
52
53
  requirements: []
53
54
  rubyforge_project: jamesottaway
54
55
  rubygems_version: 1.8.11