gabrielg-contexted_observers 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1 +1,3 @@
1
+ v0.1.1. Removing Shoulda as a development dependency because it breaks gems on some machines.
2
+
1
3
  v0.1.0. Initial release.
data/Rakefile CHANGED
@@ -4,5 +4,6 @@ Echoe.new('contexted_observers') do |p|
4
4
  p.summary = "A library that gives observers some context."
5
5
  p.url = "http://github.com/gabrielg/contexted_observers"
6
6
  p.install_message = "CHOOSY MOMS CHOOSE THUMBLE MONKS"
7
- p.development_dependencies = ["thoughtbot-shoulda >= 2.0.6"]
7
+ # This horks my gems and I've got no idea why.
8
+ # p.development_dependencies = ["thoughtbot-shoulda >= 2.0.6"]
8
9
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{contexted_observers}
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Gabriel Gironda"]
@@ -26,11 +26,11 @@ Gem::Specification.new do |s|
26
26
  s.specification_version = 2
27
27
 
28
28
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
29
- s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0", "= 2.0.6"])
29
+ s.add_development_dependency(%q<echoe>, [">= 0"])
30
30
  else
31
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0", "= 2.0.6"])
31
+ s.add_dependency(%q<echoe>, [">= 0"])
32
32
  end
33
33
  else
34
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0", "= 2.0.6"])
34
+ s.add_dependency(%q<echoe>, [">= 0"])
35
35
  end
36
36
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gabrielg-contexted_observers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Gironda
@@ -13,16 +13,13 @@ date: 2008-12-24 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: thoughtbot-shoulda
16
+ name: echoe
17
17
  version_requirement:
18
18
  version_requirements: !ruby/object:Gem::Requirement
19
19
  requirements:
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
22
  version: "0"
23
- - - "="
24
- - !ruby/object:Gem::Version
25
- version: 2.0.6
26
23
  version:
27
24
  description: A library that gives observers some context.
28
25
  email: ""