bearded-octo-hipster 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "bearded-octo-hipster"
8
- s.version = "0.2.0"
8
+ s.version = "0.3.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Sol W"]
@@ -1,5 +1,14 @@
1
- class BearedThing
1
+ class BeardedOctoHipster
2
2
  def initialize(banana=:fruit)
3
3
  "what is banana? it is #{banana}."
4
4
  end
5
+
6
+ def name
7
+ "BeardedOctoHipster"
8
+ end
9
+
10
+ def a_method
11
+ some_things = ["bob", "mike", "fart"]
12
+ some_things.pop
13
+ end
5
14
  end
@@ -1,7 +1,14 @@
1
1
  require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
2
2
 
3
+ # describe "BeardedOctoHipster" do
4
+ # it "fails" do
5
+ # fail "hey buddy, you should probably rename this file and start specing for real"
6
+ # end
7
+ # end
8
+
3
9
  describe "BeardedOctoHipster" do
4
- it "fails" do
5
- fail "hey buddy, you should probably rename this file and start specing for real"
10
+ it "should return it's name" do
11
+ blonk = BeardedOctoHipster.new
12
+ blonk.name.should == "BeardedOctoHipster"
6
13
  end
7
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bearded-octo-hipster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -95,7 +95,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  segments:
97
97
  - 0
98
- hash: 2674492578750517046
98
+ hash: -2426160458198409430
99
99
  required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  none: false
101
101
  requirements: