Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehren Murdick committed Apr 27, 2009
1 parent 3b90bd8 commit 3d1b1ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
README.html
*.gem
Rakefile
6 changes: 3 additions & 3 deletions gnap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ 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<active_support>, [">= 2.3.2"])
s.add_runtime_dependency(%q<activesupport>, [">= 2.3.2"])
else
s.add_dependency(%q<active_support>, [">= 2.3.2"])
s.add_dependency(%q<activesupport>, [">= 2.3.2"])
end
else
s.add_dependency(%q<active_support>, [">= 2.3.2"])
s.add_dependency(%q<activesupport>, [">= 2.3.2"])
end
end
1 change: 1 addition & 0 deletions lib/gnap.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require File.dirname(__FILE__) + "/gnap/connection"
1 change: 1 addition & 0 deletions lib/gnap/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
module Gnap
class Connection
def initialize config
p 'ballz'
end
end
end

0 comments on commit 3d1b1ff

Please sign in to comment.