app_mode 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Gemfile.lock +1 -1
  2. data/app_mode.gemspec +7 -3
  3. metadata +11 -7
data/Gemfile.lock CHANGED
@@ -2,7 +2,7 @@ GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
4
  rake (0.8.7)
5
- rake_tasks (0.0.2)
5
+ rake_tasks (0.0.4)
6
6
  rake (~> 0.8.7)
7
7
 
8
8
  PLATFORMS
data/app_mode.gemspec CHANGED
@@ -1,10 +1,14 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'app_mode'
3
- s.version = '1.0.0'
3
+ s.version = '1.0.1'
4
4
 
5
5
  s.summary = 'State management for objects and applications.'
6
- s.description = 'AppMode provides state management for ' +
7
- 'modules, classes, libraries, and applications.'
6
+ s.description = %Q{
7
+ AppMode provides state management for modules, classes, libraries,
8
+ and applications. It may even be used to create and manage new states.
9
+ The possibilities are endless. This is your chance to create
10
+ a :solid state, :contemplative state, or even a :free state.
11
+ }.strip
8
12
 
9
13
  s.author = 'Travis Herrick'
10
14
  s.email = 'tthetoad@gmail.com'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Travis Herrick
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-08-09 00:00:00 -04:00
17
+ date: 2011-08-10 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -32,7 +32,11 @@ dependencies:
32
32
  type: :development
33
33
  prerelease: false
34
34
  version_requirements: *id001
35
- description: AppMode provides state management for modules, classes, libraries, and applications.
35
+ description: |-
36
+ AppMode provides state management for modules, classes, libraries,
37
+ and applications. It may even be used to create and manage new states.
38
+ The possibilities are endless. This is your chance to create
39
+ a :solid state, :contemplative state, or even a :free state.
36
40
  email: tthetoad@gmail.com
37
41
  executables: []
38
42
 
@@ -50,9 +54,9 @@ files:
50
54
  - app_mode.gemspec
51
55
  - README
52
56
  - test/require.rb
57
+ - test/app_mode_test.rb
53
58
  - test/lib/state_manager.rb
54
59
  - test/lib/state_manager_support.rb
55
- - test/app_mode_test.rb
56
60
  - test/state_manager_test.rb
57
61
  has_rdoc: true
58
62
  homepage: http://www.bitbucket.org/ToadJamb/gems_app_mode
@@ -68,7 +72,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
72
  requirements:
69
73
  - - ">="
70
74
  - !ruby/object:Gem::Version
71
- hash: 3211737509278320283
75
+ hash: 2178111737863774335
72
76
  segments:
73
77
  - 0
74
78
  version: "0"
@@ -89,7 +93,7 @@ specification_version: 3
89
93
  summary: State management for objects and applications.
90
94
  test_files:
91
95
  - test/require.rb
96
+ - test/app_mode_test.rb
92
97
  - test/lib/state_manager.rb
93
98
  - test/lib/state_manager_support.rb
94
- - test/app_mode_test.rb
95
99
  - test/state_manager_test.rb