Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Fix up the ability to require as a gem, with modern bundler/ruby #1

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Naming
  • Loading branch information
Daniel O'Connor committed May 20, 2013
commit 260b377cb469127264da27bfacb43c42286f4d9a
2 changes: 1 addition & 1 deletion google-apps-provision.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'google-apps-provision/version'

Gem::Specification.new do |spec|
spec.name = "google-apps-provision"
spec.version = Google::Apps::Provision::VERSION
spec.version = GoogleApps::Provision::VERSION
spec.authors = ["Daniel O'Connor"]
spec.email = ["daniel.o'connor@htw.com.au"]
spec.description = %q{TODO: Write a gem description}
Expand Down