concerned_states 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "concerned_states"
6
- s.version = "0.1.0"
6
+ s.version = "0.1.1"
7
7
  s.authors = ["Richard Hart"]
8
8
  s.email = ["richard@ur-ban.com"]
9
9
  s.homepage = ""
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concerned_states
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Richard Hart
@@ -34,7 +34,6 @@ files:
34
34
  - README.rdoc
35
35
  - Rakefile
36
36
  - concerned_states.gemspec
37
- - lib/concerned_states.rb
38
37
  - lib/concerned_states/stateable.rb
39
38
  has_rdoc: true
40
39
  homepage: ""
@@ -1,5 +0,0 @@
1
- require "concerned_states/version"
2
-
3
- module ConcernedStates
4
- # Your code goes here...
5
- end