rufus-cloche 1.0.1 → 1.0.2

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.
data/CHANGELOG.txt CHANGED
@@ -2,6 +2,11 @@
2
2
  = rufus-cloche CHANGELOG.txt
3
3
 
4
4
 
5
+ == rufus-cloche - 1.0.2 released 2012/02/27
6
+
7
+ - only making sure the .gemspec doesn't require any file
8
+
9
+
5
10
  == rufus-cloche - 1.0.1 released 2011/05/25
6
11
 
7
12
  - fix for flock and JRuby (Thanks Mario Camou)
data/LICENSE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- Copyright (c) 2009-2011, John Mettraux, jmettraux@gmail.com
2
+ Copyright (c) 2009-2012, John Mettraux, jmettraux@gmail.com
3
3
 
4
4
  Permission is hereby granted, free of charge, to any person obtaining a copy
5
5
  of this software and associated documentation files (the "Software"), to deal
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2011, John Mettraux, jmettraux@gmail.com
2
+ # Copyright (c) 2009-2012, John Mettraux, jmettraux@gmail.com
3
3
  #
4
4
  # Permission is hereby granted, free of charge, to any person obtaining a copy
5
5
  # of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +30,7 @@ module Rufus
30
30
  #
31
31
  class Cloche
32
32
 
33
- VERSION = '1.0.1'
33
+ VERSION = '1.0.2'
34
34
  end
35
35
  end
36
36
 
data/lib/rufus/cloche.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2011, John Mettraux, jmettraux@gmail.com
2
+ # Copyright (c) 2009-2012, John Mettraux, jmettraux@gmail.com
3
3
  #
4
4
  # Permission is hereby granted, free of charge, to any person obtaining a copy
5
5
  # of this software and associated documentation files (the "Software"), to deal
data/rufus-cloche.gemspec CHANGED
@@ -1,13 +1,12 @@
1
- # encoding: utf-8
2
-
3
- require File.join(File.dirname(__FILE__), 'lib/rufus/cloche/version')
4
- # bundler wants absolute path
5
-
6
1
 
7
2
  Gem::Specification.new do |s|
8
3
 
9
4
  s.name = 'rufus-cloche'
10
- s.version = Rufus::Cloche::VERSION
5
+
6
+ s.version = File.read(
7
+ File.expand_path('../lib/rufus/cloche/version.rb', __FILE__)
8
+ ).match(/ VERSION *= *['"]([^'"]+)/)[1]
9
+
11
10
  s.platform = Gem::Platform::RUBY
12
11
  s.authors = [ 'John Mettraux' ]
13
12
  s.email = [ 'jmettraux@gmail.com' ]
@@ -32,7 +31,7 @@ Strives to be process-safe and thread-safe.
32
31
  '*.gemspec', '*.txt', '*.rdoc', '*.md'
33
32
  ]
34
33
 
35
- s.add_runtime_dependency 'rufus-json', '>= 0.2.7'
34
+ s.add_runtime_dependency 'rufus-json', '>= 1.0.1'
36
35
 
37
36
  s.add_development_dependency 'rake'
38
37
  s.add_development_dependency 'json'
metadata CHANGED
@@ -1,80 +1,60 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: rufus-cloche
3
- version: !ruby/object:Gem::Version
4
- hash: 21
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.2
5
5
  prerelease:
6
- segments:
7
- - 1
8
- - 0
9
- - 1
10
- version: 1.0.1
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - John Mettraux
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2011-05-25 00:00:00 +09:00
12
+ date: 2012-02-27 00:00:00.000000000 +09:00
19
13
  default_executable:
20
- dependencies:
21
- - !ruby/object:Gem::Dependency
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
22
16
  name: rufus-json
23
- prerelease: false
24
- requirement: &id001 !ruby/object:Gem::Requirement
17
+ requirement: &2153411660 !ruby/object:Gem::Requirement
25
18
  none: false
26
- requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- hash: 25
30
- segments:
31
- - 0
32
- - 2
33
- - 7
34
- version: 0.2.7
19
+ requirements:
20
+ - - ! '>='
21
+ - !ruby/object:Gem::Version
22
+ version: 1.0.1
35
23
  type: :runtime
36
- version_requirements: *id001
37
- - !ruby/object:Gem::Dependency
38
- name: rake
39
24
  prerelease: false
40
- requirement: &id002 !ruby/object:Gem::Requirement
25
+ version_requirements: *2153411660
26
+ - !ruby/object:Gem::Dependency
27
+ name: rake
28
+ requirement: &2153411260 !ruby/object:Gem::Requirement
41
29
  none: false
42
- requirements:
43
- - - ">="
44
- - !ruby/object:Gem::Version
45
- hash: 3
46
- segments:
47
- - 0
48
- version: "0"
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
49
34
  type: :development
50
- version_requirements: *id002
51
- - !ruby/object:Gem::Dependency
52
- name: json
53
35
  prerelease: false
54
- requirement: &id003 !ruby/object:Gem::Requirement
36
+ version_requirements: *2153411260
37
+ - !ruby/object:Gem::Dependency
38
+ name: json
39
+ requirement: &2153410760 !ruby/object:Gem::Requirement
55
40
  none: false
56
- requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- hash: 3
60
- segments:
61
- - 0
62
- version: "0"
41
+ requirements:
42
+ - - ! '>='
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
63
45
  type: :development
64
- version_requirements: *id003
65
- description: "\n\
66
- A very stupid JSON hash store.\n\n\
67
- It's built on top of yajl-ruby and File.lock. Defaults to 'json' (or 'json_pure') if yajl-ruby is not present (it's probably just a \"gem install yajl-ruby\" away.\n\n\
68
- Strives to be process-safe and thread-safe.\n "
69
- email:
46
+ prerelease: false
47
+ version_requirements: *2153410760
48
+ description: ! "\nA very stupid JSON hash store.\n\nIt's built on top of yajl-ruby
49
+ and File.lock. Defaults to 'json' (or 'json_pure') if yajl-ruby is not present (it's
50
+ probably just a \"gem install yajl-ruby\" away.\n\nStrives to be process-safe and
51
+ thread-safe.\n "
52
+ email:
70
53
  - jmettraux@gmail.com
71
54
  executables: []
72
-
73
55
  extensions: []
74
-
75
56
  extra_rdoc_files: []
76
-
77
- files:
57
+ files:
78
58
  - Rakefile
79
59
  - lib/rufus/cloche/version.rb
80
60
  - lib/rufus/cloche.rb
@@ -93,36 +73,26 @@ files:
93
73
  has_rdoc: true
94
74
  homepage: http://ruote.rubyforge.org
95
75
  licenses: []
96
-
97
76
  post_install_message:
98
77
  rdoc_options: []
99
-
100
- require_paths:
78
+ require_paths:
101
79
  - lib
102
- required_ruby_version: !ruby/object:Gem::Requirement
80
+ required_ruby_version: !ruby/object:Gem::Requirement
103
81
  none: false
104
- requirements:
105
- - - ">="
106
- - !ruby/object:Gem::Version
107
- hash: 3
108
- segments:
109
- - 0
110
- version: "0"
111
- required_rubygems_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ! '>='
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
86
+ required_rubygems_version: !ruby/object:Gem::Requirement
112
87
  none: false
113
- requirements:
114
- - - ">="
115
- - !ruby/object:Gem::Version
116
- hash: 3
117
- segments:
118
- - 0
119
- version: "0"
88
+ requirements:
89
+ - - ! '>='
90
+ - !ruby/object:Gem::Version
91
+ version: '0'
120
92
  requirements: []
121
-
122
93
  rubyforge_project: rufus
123
- rubygems_version: 1.5.0
94
+ rubygems_version: 1.6.2
124
95
  signing_key:
125
96
  specification_version: 3
126
97
  summary: an open source Ruby workflow engine
127
98
  test_files: []
128
-