dm-cli 0.10.0 → 0.10.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 (4) hide show
  1. data/History.rdoc +5 -1
  2. data/bin/dm +2 -2
  3. data/lib/dm-cli/version.rb +1 -1
  4. metadata +13 -4
data/History.rdoc CHANGED
@@ -1,4 +1,8 @@
1
- === 0.10.0 / 2009-10-15
1
+ === 0.10.1 / 2009-09-30
2
+
3
+ * No changes this version
4
+
5
+ === 0.10.0 / 2009-09-15
2
6
 
3
7
  * Updated to work with dm-core 0.10.0
4
8
 
data/bin/dm CHANGED
@@ -3,10 +3,10 @@
3
3
  require 'optparse'
4
4
  require 'rubygems'
5
5
 
6
- gem 'dm-core', '0.10.0'
6
+ gem 'dm-core', '0.10.1'
7
7
  require 'dm-core'
8
8
 
9
- gem 'dm-cli', '0.10.0'
9
+ gem 'dm-cli', '0.10.1'
10
10
  require 'dm-cli'
11
11
 
12
12
  DataMapper::CLI::BinDir = File.dirname(__FILE__)
@@ -1,5 +1,5 @@
1
1
  module DataMapper
2
2
  class CLI
3
- VERSION = '0.10.0'.freeze
3
+ VERSION = '0.10.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dm-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wayne E. Seguin
@@ -9,10 +9,19 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-16 00:00:00 -07:00
12
+ date: 2009-09-30 00:00:00 -07:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: dm-core
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - "="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.10.1
24
+ version:
16
25
  description: DataMapper plugin allowing interaction with models through a CLI
17
26
  email:
18
27
  - wayneeseguin [a] gmail [d] com