Skip to content

Commit

Permalink
change name to fig_leaf
Browse files Browse the repository at this point in the history
  • Loading branch information
codeodor committed May 14, 2012
1 parent 9645527 commit 29571ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions fig-leaf.gemspec → fig_leaf.gemspec
@@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = 'fig-leaf'
s.version = '0.0.2'
s.name = 'fig_leaf'
s.version = '0.0.3'
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = "Private inheritance for Ruby classes."
s.description = "FigLeaf enables us to selectively make public methods inherited from other classes and modules private. The objects can still call these methods internally, but external classes are prevented from doing so."
s.authors = ["Avdi Grimm"]
s.email = ["sam@codeodor.com"]
s.files = ["lib/fig-leaf.rb"]
s.files = ["lib/fig_leaf.rb"]
s.homepage = 'https://github.com/objects-on-rails/fig-leaf'
end
File renamed without changes.
2 changes: 1 addition & 1 deletion spec/fig_leaf_spec.rb
@@ -1,6 +1,6 @@
gem 'minitest' # demand gem version
require 'minitest/autorun'
require_relative '../lib/fig-leaf'
require_relative '../lib/fig_leaf'

def wipe_classes
if defined? Grandparent
Expand Down

0 comments on commit 29571ee

Please sign in to comment.