cheezburger 1.0.0 → 1.0.1

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.
data/Gemfile CHANGED
@@ -1,3 +1,3 @@
1
1
  source :gemcutter
2
2
 
3
- gem "rspec", ">= 2.0.0.beta.20"
3
+ gem "rspec", ">= 2.0.0.beta.22"
@@ -2,17 +2,19 @@ GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
4
  diff-lcs (1.1.2)
5
- rspec (2.0.0.beta.20)
6
- rspec-core (= 2.0.0.beta.20)
7
- rspec-expectations (= 2.0.0.beta.20)
8
- rspec-mocks (= 2.0.0.beta.20)
9
- rspec-core (2.0.0.beta.20)
10
- rspec-expectations (2.0.0.beta.20)
5
+ rspec (2.0.0.beta.22)
6
+ rspec-core (= 2.0.0.beta.22)
7
+ rspec-expectations (= 2.0.0.beta.22)
8
+ rspec-mocks (= 2.0.0.beta.22)
9
+ rspec-core (2.0.0.beta.22)
10
+ rspec-expectations (2.0.0.beta.22)
11
11
  diff-lcs (>= 1.1.2)
12
- rspec-mocks (2.0.0.beta.20)
12
+ rspec-mocks (2.0.0.beta.22)
13
+ rspec-core (= 2.0.0.beta.22)
14
+ rspec-expectations (= 2.0.0.beta.22)
13
15
 
14
16
  PLATFORMS
15
17
  ruby
16
18
 
17
19
  DEPENDENCIES
18
- rspec (>= 2.0.0.beta.20)
20
+ rspec (>= 2.0.0.beta.22)
@@ -70,4 +70,4 @@ And your RSpec files can now be written by cute kittehs (this are cheezburger's
70
70
 
71
71
  == Copyright
72
72
 
73
- Copyright (c) 2010 Josep M. Bach. See LICENSE for details.
73
+ Copyright (c) 2010 Codegram. See LICENSE for details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cheezburger}
8
- s.version = "1.0.0"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Oriol Gual", "Josep M. Bach", "Josep Jaume Rey"]
12
- s.date = %q{2010-09-03}
12
+ s.date = %q{2010-09-15}
13
13
  s.description = %q{BDD for lolcats! Just require it in your Gemfile and you got funny specs for free!}
14
14
  s.email = %q{info@codegram.com}
15
15
  s.extra_rdoc_files = [
@@ -68,7 +68,7 @@ module RSpec
68
68
 
69
69
  module ObjectExtensions
70
70
  alias :discrieb :describe
71
- alias :suroundid_bai :context
71
+ alias :suroundid_bai :describe
72
72
  end
73
73
 
74
74
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cheezburger
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Oriol Gual
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-09-03 00:00:00 +02:00
20
+ date: 2010-09-15 00:00:00 +02:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency