Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
Factoring VERSION into new file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Nov 13, 2013
1 parent 30f00b5 commit e718cd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cupertino.gemspec
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)

require "cupertino"
require "cupertino/version"

Gem::Specification.new do |s|
s.name = "cupertino"
Expand Down
4 changes: 1 addition & 3 deletions lib/cupertino.rb
@@ -1,3 +1 @@
module Cupertino
VERSION = '0.9.0'
end
require 'cupertino/version'
3 changes: 3 additions & 0 deletions lib/cupertino/version.rb
@@ -0,0 +1,3 @@
module Cupertino
VERSION = '0.9.0'
end

0 comments on commit e718cd0

Please sign in to comment.