Skip to content

Commit

Permalink
Update gemspec and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Stewart authored and Jim Patterson committed Dec 9, 2009
1 parent 88b21b4 commit c81303d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
*.swp
*.swo
*.gem
oauth.yml
3 changes: 3 additions & 0 deletions yammer4r.gemspec
Expand Up @@ -18,13 +18,16 @@ Gem::Specification.new do |s|
s.specification_version = 2

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<mash>, [">= 0.0.3"])
s.add_runtime_dependency(%q<json>, [">= 1.1.7"])
s.add_runtime_dependency(%q<oauth>, [">= 0.3.5"])
else
s.add__dependency(%q<mash>, [">= 0.0.3"])
s.add__dependency(%q<json>, [">= 1.1.7"])
s.add__dependency(%q<oauth>, [">= 0.3.5"])
end
else
s.add__dependency(%q<mash>, [">= 0.0.3"])
s.add__dependency(%q<json>, [">= 1.1.7"])
s.add__dependency(%q<oauth>, [">= 0.3.5"])
end
Expand Down

0 comments on commit c81303d

Please sign in to comment.