Skip to content

Commit

Permalink
Updated information in the Readme, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
antekpiechnik committed Apr 16, 2012
1 parent 2001ce8 commit b343a40
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2009 Marcin Bunsch
Copyright (c) 2010-2012 Marcin Bunsch, Michal Bugno, Antek Piechnik

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
4 changes: 2 additions & 2 deletions README.rdoc
@@ -1,4 +1,4 @@
*pipejump* gem is a Ruby-based client for the API of the Pipejump sales app.
*pipejump* gem is a Ruby-based client for the API of the Base CRM ( http://www.futuresimple.com/base )

== Requirements

Expand Down Expand Up @@ -117,4 +117,4 @@ You're more than welcome to fork and improve this gem. Usual rules:

== Copyright

Copyright (c) 2010 Pipejump. See LICENSE for details.
Copyright (c) 2010-2012 Future Simple. See LICENSE for details.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.1
0.4.0
2 changes: 1 addition & 1 deletion lib/pipejump/version.rb
@@ -1,3 +1,3 @@
module Pipejump
VERSION = "0.3.3"
VERSION = "0.4.0"
end
8 changes: 4 additions & 4 deletions pipejump.gemspec
Expand Up @@ -6,11 +6,11 @@ Gem::Specification.new do |s|
s.name = "pipejump"
s.version = Pipejump::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Marcin Bunsch"]
s.authors = ["Marcin Bunsch", "Michal Bugno", "Antek Piechnik"]
s.email = %q{marcin@futuresimple.com}
s.homepage = "http://pipejump.com/api"
s.description = %q{Pipejump API Ruby client}
s.summary = %q{Pipejump API Ruby client}
s.homepage = "http://futuresimple.com/api"
s.description = %q{Base API Ruby client}
s.summary = %q{Base API Ruby client}

s.rubyforge_project = "pipejump"

Expand Down

0 comments on commit b343a40

Please sign in to comment.