concerned_states 0.1.1 → 0.1.2

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.1"
6
+ s.version = "0.1.2"
7
7
  s.authors = ["Richard Hart"]
8
8
  s.email = ["richard@ur-ban.com"]
9
9
  s.homepage = ""
@@ -0,0 +1,4 @@
1
+ require "concerned_states/stateable"
2
+
3
+ module ConcernedStates
4
+ end
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: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Richard Hart
@@ -34,6 +34,7 @@ files:
34
34
  - README.rdoc
35
35
  - Rakefile
36
36
  - concerned_states.gemspec
37
+ - lib/concerned_states.rb
37
38
  - lib/concerned_states/stateable.rb
38
39
  has_rdoc: true
39
40
  homepage: ""