workflow 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/.gitignore +1 -0
  2. data/README.markdown +5 -1
  3. data/Rakefile +1 -1
  4. data/VERSION +1 -1
  5. metadata +4 -4
data/.gitignore CHANGED
@@ -5,3 +5,4 @@ doc/
5
5
  html/
6
6
  *.swp
7
7
  *.gemspec
8
+ .yardoc
data/README.markdown CHANGED
@@ -376,8 +376,12 @@ Changelog
376
376
 
377
377
  * completely rewritten the documentation to match my branch
378
378
  * switch to [jeweler][] for building gems
379
+ * use [gemcutter][] for gem distribution
379
380
  * every described feature is backed up by an automated test
380
381
 
382
+ [jeweler]: http://github.com/technicalpickles/jeweler
383
+ [gemcutter]: http://gemcutter.org/gems/workflow
384
+
381
385
  ### New in the version 0.3.0
382
386
 
383
387
  Intermixing of transition graph definition (states, transitions)
@@ -415,7 +419,7 @@ Support
415
419
 
416
420
  ### Reporting bugs
417
421
 
418
- http://github.com/geekq/workflow/issues
422
+ <http://github.com/geekq/workflow/issues>
419
423
 
420
424
 
421
425
  About
data/Rakefile CHANGED
@@ -22,7 +22,7 @@ begin
22
22
  gemspec.name = "workflow"
23
23
  gemspec.rubyforge_project = 'workflow'
24
24
  gemspec.email = "vladimir@geekq.net"
25
- gemspec.homepage = "http://blog.geekQ.net/"
25
+ gemspec.homepage = "http://www.geekq.net/workflow/"
26
26
  gemspec.authors = ["Vladimir Dobriakov"]
27
27
  gemspec.summary = "A replacement for acts_as_state_machine."
28
28
  gemspec.description = <<-EOS
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.1
1
+ 0.4.2
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 1
9
- version: 0.4.1
8
+ - 2
9
+ version: 0.4.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Vladimir Dobriakov
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-06-23 00:00:00 +02:00
17
+ date: 2010-06-27 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -40,7 +40,7 @@ files:
40
40
  - test/without_active_record_test.rb
41
41
  - workflow.rb
42
42
  has_rdoc: true
43
- homepage: http://blog.geekQ.net/
43
+ homepage: http://www.geekq.net/workflow/
44
44
  licenses: []
45
45
 
46
46
  post_install_message: