user-choices 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ Version 1.1.2
2
+ * Another stupid typo.
3
+
4
+ Version 1.1.1
5
+ * Minor error in dependency list.
6
+
1
7
  Version 1.1.0
2
8
  * Handles YAML files as well as XML.
3
9
  * Minor, incompatible changes to the API.
data/Rakefile.hoe CHANGED
@@ -16,7 +16,7 @@ Hoe.new("user-choices", UserChoices::Version) do |p|
16
16
  p.extra_deps = [['xml-simple', '>= 1.0.11'],
17
17
  ['s4t-utils', '>= 1.0.2'],
18
18
  ['extensions', '>= 0.6.0'], # for testing
19
- ['builder' '>= 2.1.2']] # for testing
19
+ ['builder', '>= 2.1.2']] # for testing
20
20
  p.test_globs = "test/**/*-tests.rb"
21
21
  p.rdoc_pattern = %r{README.txt|History.txt|lib/user-choices.rb|lib/user-choices/.+\.rb}
22
22
  p.url = "http://user-choices.rubyforge.org"
@@ -1,3 +1,3 @@
1
1
  module UserChoices
2
- Version = '1.1.1'
2
+ Version = '1.1.2'
3
3
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: user-choices
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.1.1
7
- date: 2007-09-14 00:00:00 -05:00
6
+ version: 1.1.2
7
+ date: 2007-09-15 00:00:00 -05:00
8
8
  summary: Unified interface to command-line, environment, and configuration files.
9
9
  require_paths:
10
10
  - lib
@@ -119,13 +119,13 @@ dependencies:
119
119
  version: 0.6.0
120
120
  version:
121
121
  - !ruby/object:Gem::Dependency
122
- name: builder>= 2.1.2
122
+ name: builder
123
123
  version_requirement:
124
124
  version_requirements: !ruby/object:Gem::Version::Requirement
125
125
  requirements:
126
- - - ">"
126
+ - - ">="
127
127
  - !ruby/object:Gem::Version
128
- version: 0.0.0
128
+ version: 2.1.2
129
129
  version:
130
130
  - !ruby/object:Gem::Dependency
131
131
  name: hoe