From 1873cc5f8e27379104a88367ffa8c34eb12123fb Mon Sep 17 00:00:00 2001 From: Elle Yoko Suzuki Date: Sun, 17 Feb 2013 13:19:37 -0800 Subject: [PATCH] added about-suzuki gem --- .gitignore | 1 + Gemfile | 1 + Gemfile.lock | 23 +++++++++++++++-------- pandas.rb | 17 +++++++++++++++++ 4 files changed, 34 insertions(+), 8 deletions(-) create mode 100644 pandas.rb diff --git a/.gitignore b/.gitignore index 61a293a..de633b8 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ doc/ config/database.yml TODO +.idea diff --git a/Gemfile b/Gemfile index f0764fc..c095c24 100644 --- a/Gemfile +++ b/Gemfile @@ -3,3 +3,4 @@ source 'http://rubygems.org' gem 'rake' gem 'rspec' gem 'superfight', github: "RubyoffRails/superfight" +gem 'about-suzuki', github: 'ellesuzuki/about-suzuki' diff --git a/Gemfile.lock b/Gemfile.lock index b1daa75..3987627 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,24 +4,31 @@ GIT specs: superfight (0.0.1) +GIT + remote: git://github.com/ellesuzuki/about-suzuki.git + revision: 5ec3ed44755edf92771284b16e4ead4164393f4d + specs: + about-suzuki (0.0.1) + GEM remote: http://rubygems.org/ specs: diff-lcs (1.1.3) - rake (0.9.2.2) - rspec (2.10.0) - rspec-core (~> 2.10.0) - rspec-expectations (~> 2.10.0) - rspec-mocks (~> 2.10.0) - rspec-core (2.10.0) - rspec-expectations (2.10.0) + rake (10.0.3) + rspec (2.12.0) + rspec-core (~> 2.12.0) + rspec-expectations (~> 2.12.0) + rspec-mocks (~> 2.12.0) + rspec-core (2.12.2) + rspec-expectations (2.12.1) diff-lcs (~> 1.1.3) - rspec-mocks (2.10.1) + rspec-mocks (2.12.2) PLATFORMS ruby DEPENDENCIES + about-suzuki! rake rspec superfight! diff --git a/pandas.rb b/pandas.rb new file mode 100644 index 0000000..c0ae268 --- /dev/null +++ b/pandas.rb @@ -0,0 +1,17 @@ +require 'rubygems' +require 'bundler/setup' + +#Bundler.require +require 'about-suzuki' + +puts 'Hello! Thanks for using this gem.' +puts + +suzuki = Suzuki.new + +puts "The author's name is #{suzuki.name}." +puts + +puts "Her favorite color is #{suzuki.fave_color}, while her favorite food is #{suzuki.fave_food}." +puts +puts "That's all for now!"