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 +1 -1
- data/Gemfile.lock +10 -8
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/cheezburger.gemspec +2 -2
- data/lib/cheezburger.rb +1 -1
- metadata +4 -4
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -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.
|
|
6
|
-
rspec-core (= 2.0.0.beta.
|
|
7
|
-
rspec-expectations (= 2.0.0.beta.
|
|
8
|
-
rspec-mocks (= 2.0.0.beta.
|
|
9
|
-
rspec-core (2.0.0.beta.
|
|
10
|
-
rspec-expectations (2.0.0.beta.
|
|
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.
|
|
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
|
+
rspec (>= 2.0.0.beta.22)
|
data/README.rdoc
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.1
|
data/cheezburger.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{cheezburger}
|
|
8
|
-
s.version = "1.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-
|
|
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 = [
|
data/lib/cheezburger.rb
CHANGED
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:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.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-
|
|
20
|
+
date: 2010-09-15 00:00:00 +02:00
|
|
21
21
|
default_executable:
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|