dm-cutie 0.3.16 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -76,12 +76,12 @@ Starting the dm-cutie-ui sinatra app
76
76
  # Want to see options?
77
77
  # dm-cutie-ui --help
78
78
  #
79
- # The default port is 4567
79
+ # The default port is 9292
80
80
  $ dm-cutie-ui
81
81
 
82
82
  Log into dm-cutie-ui
83
83
 
84
- * Go to http://localhost:4567 #or whatever port you used
84
+ * Go to http://localhost:9292 #or whatever port you used
85
85
  * Enter the path to your dm-cutie repo # mysql://root@localhost/dm-cutie
86
86
  * Click 'connect' or enter a password if the account you are connecting with needs a password
87
87
  * Learn?
@@ -3,7 +3,7 @@ require 'set'
3
3
  module DataMapper
4
4
  module Cutie
5
5
  OPERATIONS = [:select, :insert, :update, :delete]
6
- MODELS = [:executed_query, :repository_storage, :generalized_query, :query_storage_link]
6
+ MODELS = [:repository_storage, :generalized_query, :executed_query, :query_storage_link]
7
7
  CONFIG_DEFAULTS = {
8
8
  :repo_name => :dm_cutie, #name of the repo
9
9
  :slow_query_length => 3, #in seconds
@@ -45,5 +45,5 @@ class ExecutedQuery
45
45
  self.attribute_set :elapsed_time, t.to_f
46
46
  self.attribute_set :slow, DataMapper::Cutie.slow?(self.elapsed_time)
47
47
  end
48
-
48
+
49
49
  end
@@ -1,5 +1,5 @@
1
1
  module DataMapper
2
2
  module Cutie
3
- VERSION = '0.3.16'.freeze
3
+ VERSION = '0.4.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dm-cutie
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.16
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cory ODaniel
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-15 00:00:00 -07:00
12
+ date: 2009-10-15 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency