hublot 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ module Hublot
5
5
  @expired = (clock-self).to_i
6
6
  @today = clock.strftime('%A')
7
7
  @created = self.to_time.strftime('%A')
8
- # Require Rails date; test in irb Date::daynames
8
+
9
9
  @days = {
10
10
  "Monday" => 1,
11
11
  "Tuesday" => 2,
@@ -1,3 +1,3 @@
1
1
  module Hublot
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -1,24 +1,4 @@
1
- # A sample Guardfile
2
- # More info at https://github.com/guard/guard#readme
3
-
4
1
  guard :rspec do
5
- watch(%r{^spec/.+_spec\.rb$})
6
- watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
7
- watch('spec/spec_helper.rb') { "spec" }
8
-
9
- # Rails example
10
2
  watch(%r{^app/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
11
- watch(%r{^app/(.*)(\.erb|\.haml)$}) { |m| "spec/#{m[1]}#{m[2]}_spec.rb" }
12
- watch(%r{^app/controllers/(.+)_(controller)\.rb$}) { |m| ["spec/routing/#{m[1]}_routing_spec.rb", "spec/#{m[2]}s/#{m[1]}_#{m[2]}_spec.rb", "spec/acceptance/#{m[1]}_spec.rb"] }
13
- watch(%r{^spec/support/(.+)\.rb$}) { "spec" }
14
- watch('config/routes.rb') { "spec/routing" }
15
- watch('app/controllers/application_controller.rb') { "spec/controllers" }
16
-
17
- # Capybara features specs
18
- watch(%r{^app/views/(.+)/.*\.(erb|haml)$}) { |m| "spec/features/#{m[1]}_spec.rb" }
19
-
20
- # Turnip features and steps
21
- watch(%r{^spec/acceptance/(.+)\.feature$})
22
- watch(%r{^spec/acceptance/steps/(.+)_steps\.rb$}) { |m| Dir[File.join("**/#{m[1]}.feature")][0] || 'spec/acceptance' }
23
3
  end
24
4
 
@@ -1,7 +1,3 @@
1
- #!/usr/bin/env rake
2
- # Add your own tasks in files placed in lib/tasks ending in .rake,
3
- # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
4
-
5
1
  require File.expand_path('../config/application', __FILE__)
6
2
 
7
3
  Dummy::Application.load_tasks
@@ -1,4 +1,2 @@
1
- # This file is used by Rack-based servers to start the application.
2
-
3
1
  require ::File.expand_path('../config/environment', __FILE__)
4
2
  run Dummy::Application
@@ -55,3 +55,4 @@ Connecting to database specified by database.yml
55
55
  Connecting to database specified by database.yml
56
56
  Connecting to database specified by database.yml
57
57
  Connecting to database specified by database.yml
58
+ Connecting to database specified by database.yml
@@ -3067,3 +3067,147 @@ Connecting to database specified by database.yml
3067
3067
  SQL (0.4ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 08 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 02:32:05 UTC +00:00]]
3068
3068
   (0.0ms) RELEASE SAVEPOINT active_record_1
3069
3069
   (0.5ms) rollback transaction
3070
+ Connecting to database specified by database.yml
3071
+  (3.4ms) begin transaction
3072
+  (0.0ms) SAVEPOINT active_record_1
3073
+ SQL (5.4ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3074
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3075
+  (0.3ms) rollback transaction
3076
+  (0.0ms) begin transaction
3077
+  (0.0ms) SAVEPOINT active_record_1
3078
+ SQL (0.4ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3079
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3080
+  (0.3ms) rollback transaction
3081
+  (0.0ms) begin transaction
3082
+  (0.0ms) SAVEPOINT active_record_1
3083
+ SQL (0.4ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 08 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3084
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3085
+  (0.0ms) SAVEPOINT active_record_1
3086
+ SQL (0.3ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 01 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3087
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3088
+  (0.0ms) SAVEPOINT active_record_1
3089
+ SQL (0.1ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Sun, 14 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3090
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3091
+  (0.3ms) rollback transaction
3092
+  (0.0ms) begin transaction
3093
+  (0.0ms) SAVEPOINT active_record_1
3094
+ SQL (0.3ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Tue, 09 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3095
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3096
+  (0.0ms) SAVEPOINT active_record_1
3097
+ SQL (0.2ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 08 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3098
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3099
+  (0.4ms) rollback transaction
3100
+  (0.0ms) begin transaction
3101
+  (0.1ms) SAVEPOINT active_record_1
3102
+ SQL (0.3ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Wed, 10 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3104
+  (0.0ms) SAVEPOINT active_record_1
3105
+ SQL (0.3ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 08 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3107
+  (0.0ms) SAVEPOINT active_record_1
3108
+ SQL (0.1ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Sun, 14 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3109
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3110
+  (0.3ms) rollback transaction
3111
+  (0.0ms) begin transaction
3112
+  (0.0ms) SAVEPOINT active_record_1
3113
+ SQL (0.3ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 15 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3114
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3115
+  (0.0ms) SAVEPOINT active_record_1
3116
+ SQL (0.2ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 01 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3117
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3118
+  (0.1ms) SAVEPOINT active_record_1
3119
+ SQL (0.3ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Sun, 21 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3120
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3121
+  (0.3ms) rollback transaction
3122
+  (0.1ms) begin transaction
3123
+  (0.0ms) SAVEPOINT active_record_1
3124
+ SQL (0.4ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3125
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3126
+  (0.3ms) rollback transaction
3127
+  (0.1ms) begin transaction
3128
+  (0.0ms) SAVEPOINT active_record_1
3129
+ SQL (0.3ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 08 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3130
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3131
+  (0.2ms) rollback transaction
3132
+  (0.0ms) begin transaction
3133
+  (0.0ms) SAVEPOINT active_record_1
3134
+ SQL (0.3ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3135
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3136
+  (0.3ms) rollback transaction
3137
+  (0.0ms) begin transaction
3138
+  (0.0ms) SAVEPOINT active_record_1
3139
+ SQL (0.3ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:34 UTC +00:00]]
3140
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3141
+  (0.3ms) rollback transaction
3142
+ Connecting to database specified by database.yml
3143
+  (0.4ms) begin transaction
3144
+  (0.0ms) SAVEPOINT active_record_1
3145
+ SQL (25.9ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 15 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3146
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3147
+  (0.0ms) SAVEPOINT active_record_1
3148
+ SQL (0.3ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 01 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3149
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3150
+  (0.0ms) SAVEPOINT active_record_1
3151
+ SQL (0.1ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Sun, 21 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3152
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3153
+  (1.0ms) rollback transaction
3154
+  (0.1ms) begin transaction
3155
+  (0.0ms) SAVEPOINT active_record_1
3156
+ SQL (0.4ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 08 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3157
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3158
+  (0.2ms) rollback transaction
3159
+  (0.1ms) begin transaction
3160
+  (0.1ms) SAVEPOINT active_record_1
3161
+ SQL (0.4ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 08 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3162
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3163
+  (0.1ms) SAVEPOINT active_record_1
3164
+ SQL (0.4ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 01 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3165
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3166
+  (0.0ms) SAVEPOINT active_record_1
3167
+ SQL (0.2ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Sun, 14 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3168
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3169
+  (0.4ms) rollback transaction
3170
+  (0.1ms) begin transaction
3171
+  (0.1ms) SAVEPOINT active_record_1
3172
+ SQL (0.5ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Wed, 10 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3173
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3174
+  (0.0ms) SAVEPOINT active_record_1
3175
+ SQL (0.4ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 08 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3177
+  (0.0ms) SAVEPOINT active_record_1
3178
+ SQL (0.2ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Sun, 14 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3179
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3180
+  (0.3ms) rollback transaction
3181
+  (0.1ms) begin transaction
3182
+  (0.1ms) SAVEPOINT active_record_1
3183
+ SQL (0.4ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3184
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3185
+  (0.4ms) rollback transaction
3186
+  (0.1ms) begin transaction
3187
+  (0.0ms) SAVEPOINT active_record_1
3188
+ SQL (0.4ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3189
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3190
+  (0.4ms) rollback transaction
3191
+  (0.0ms) begin transaction
3192
+  (0.1ms) SAVEPOINT active_record_1
3193
+ SQL (0.3ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Tue, 09 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3195
+  (0.0ms) SAVEPOINT active_record_1
3196
+ SQL (0.5ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Mon, 08 Jul 2013 20:00:58 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3197
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3198
+  (0.3ms) rollback transaction
3199
+  (0.1ms) begin transaction
3200
+  (0.0ms) SAVEPOINT active_record_1
3201
+ SQL (0.3ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3202
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3203
+  (0.3ms) rollback transaction
3204
+  (0.1ms) begin transaction
3205
+  (0.0ms) SAVEPOINT active_record_1
3206
+ SQL (0.5ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3207
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3208
+  (0.4ms) rollback transaction
3209
+  (0.0ms) begin transaction
3210
+  (0.0ms) SAVEPOINT active_record_1
3211
+ SQL (0.4ms) INSERT INTO "comments" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello World!"], ["created_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00], ["updated_at", Tue, 16 Jul 2013 17:29:39 UTC +00:00]]
3212
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3213
+  (0.5ms) rollback transaction
@@ -1,6 +1,3 @@
1
- #!/usr/bin/env ruby
2
- # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
-
4
1
  APP_PATH = File.expand_path('../../config/application', __FILE__)
5
2
  require File.expand_path('../../config/boot', __FILE__)
6
3
  require 'rails/commands'
metadata CHANGED
@@ -1,18 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hublot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Brett Shollenberger
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-07-16 00:00:00.000000000 Z
12
+ date: 2013-07-19 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rails
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
19
  - - ! '>'
18
20
  - !ruby/object:Gem::Version
@@ -20,6 +22,7 @@ dependencies:
20
22
  type: :runtime
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
27
  - - ! '>'
25
28
  - !ruby/object:Gem::Version
@@ -27,6 +30,7 @@ dependencies:
27
30
  - !ruby/object:Gem::Dependency
28
31
  name: sqlite3
29
32
  requirement: !ruby/object:Gem::Requirement
33
+ none: false
30
34
  requirements:
31
35
  - - ! '>='
32
36
  - !ruby/object:Gem::Version
@@ -34,6 +38,7 @@ dependencies:
34
38
  type: :development
35
39
  prerelease: false
36
40
  version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
37
42
  requirements:
38
43
  - - ! '>='
39
44
  - !ruby/object:Gem::Version
@@ -41,6 +46,7 @@ dependencies:
41
46
  - !ruby/object:Gem::Dependency
42
47
  name: rspec
43
48
  requirement: !ruby/object:Gem::Requirement
49
+ none: false
44
50
  requirements:
45
51
  - - ! '>='
46
52
  - !ruby/object:Gem::Version
@@ -48,6 +54,7 @@ dependencies:
48
54
  type: :development
49
55
  prerelease: false
50
56
  version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
51
58
  requirements:
52
59
  - - ! '>='
53
60
  - !ruby/object:Gem::Version
@@ -55,6 +62,7 @@ dependencies:
55
62
  - !ruby/object:Gem::Dependency
56
63
  name: activesupport
57
64
  requirement: !ruby/object:Gem::Requirement
65
+ none: false
58
66
  requirements:
59
67
  - - ! '>='
60
68
  - !ruby/object:Gem::Version
@@ -62,6 +70,7 @@ dependencies:
62
70
  type: :development
63
71
  prerelease: false
64
72
  version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
65
74
  requirements:
66
75
  - - ! '>='
67
76
  - !ruby/object:Gem::Version
@@ -69,6 +78,7 @@ dependencies:
69
78
  - !ruby/object:Gem::Dependency
70
79
  name: i18n
71
80
  requirement: !ruby/object:Gem::Requirement
81
+ none: false
72
82
  requirements:
73
83
  - - ! '>='
74
84
  - !ruby/object:Gem::Version
@@ -76,6 +86,7 @@ dependencies:
76
86
  type: :development
77
87
  prerelease: false
78
88
  version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
79
90
  requirements:
80
91
  - - ! '>='
81
92
  - !ruby/object:Gem::Version
@@ -83,6 +94,7 @@ dependencies:
83
94
  - !ruby/object:Gem::Dependency
84
95
  name: rake
85
96
  requirement: !ruby/object:Gem::Requirement
97
+ none: false
86
98
  requirements:
87
99
  - - ! '>='
88
100
  - !ruby/object:Gem::Version
@@ -90,6 +102,7 @@ dependencies:
90
102
  type: :development
91
103
  prerelease: false
92
104
  version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
93
106
  requirements:
94
107
  - - ! '>='
95
108
  - !ruby/object:Gem::Version
@@ -105,7 +118,6 @@ files:
105
118
  - lib/hublot/rails.rb
106
119
  - lib/hublot/version.rb
107
120
  - lib/hublot.rb
108
- - lib/tasks/hublot_tasks.rake
109
121
  - MIT-LICENSE
110
122
  - Rakefile
111
123
  - README.rdoc
@@ -138,43 +150,37 @@ files:
138
150
  - test/dummy/Guardfile
139
151
  - test/dummy/log/development.log
140
152
  - test/dummy/log/test.log
141
- - test/dummy/public/404.html
142
- - test/dummy/public/422.html
143
- - test/dummy/public/500.html
144
- - test/dummy/public/favicon.ico
145
153
  - test/dummy/Rakefile
146
154
  - test/dummy/script/rails
147
155
  - test/dummy/spec/factories.rb
148
156
  - test/dummy/spec/features/hublot_prettifies_time_with_zone_spec.rb
149
157
  - test/dummy/spec/models/comment_spec.rb
150
158
  - test/dummy/spec/spec_helper.rb
151
- - test/dummy/test/fixtures/comments.yml
152
- - test/dummy/test/unit/comment_test.rb
153
159
  - test/dummy/tmp/rspec_guard_result
154
- - test/hublot_test.rb
155
- - test/test_helper.rb
156
160
  homepage: http://github.com/brettshollenberger/hublot
157
- licenses: []
158
- metadata: {}
161
+ licenses:
162
+ - MIT
159
163
  post_install_message:
160
164
  rdoc_options: []
161
165
  require_paths:
162
166
  - lib
163
167
  required_ruby_version: !ruby/object:Gem::Requirement
168
+ none: false
164
169
  requirements:
165
170
  - - ! '>='
166
171
  - !ruby/object:Gem::Version
167
172
  version: '0'
168
173
  required_rubygems_version: !ruby/object:Gem::Requirement
174
+ none: false
169
175
  requirements:
170
176
  - - ! '>='
171
177
  - !ruby/object:Gem::Version
172
178
  version: '0'
173
179
  requirements: []
174
180
  rubyforge_project:
175
- rubygems_version: 2.0.5
181
+ rubygems_version: 1.8.25
176
182
  signing_key:
177
- specification_version: 4
183
+ specification_version: 3
178
184
  summary: Adds datetime humanization to Active Record objects.
179
185
  test_files:
180
186
  - test/dummy/app/assets/javascripts/application.js
@@ -206,18 +212,10 @@ test_files:
206
212
  - test/dummy/Guardfile
207
213
  - test/dummy/log/development.log
208
214
  - test/dummy/log/test.log
209
- - test/dummy/public/404.html
210
- - test/dummy/public/422.html
211
- - test/dummy/public/500.html
212
- - test/dummy/public/favicon.ico
213
215
  - test/dummy/Rakefile
214
216
  - test/dummy/script/rails
215
217
  - test/dummy/spec/factories.rb
216
218
  - test/dummy/spec/features/hublot_prettifies_time_with_zone_spec.rb
217
219
  - test/dummy/spec/models/comment_spec.rb
218
220
  - test/dummy/spec/spec_helper.rb
219
- - test/dummy/test/fixtures/comments.yml
220
- - test/dummy/test/unit/comment_test.rb
221
221
  - test/dummy/tmp/rspec_guard_result
222
- - test/hublot_test.rb
223
- - test/test_helper.rb
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- OWY2YWM0MTVlYzQ1NDE3MWVhY2YxY2I2ODNkN2M0N2U2NGNiMjQ2Yg==
5
- data.tar.gz: !binary |-
6
- OTNkNWMyYjNhMWY5N2FkZmIyZjNhNzU2MTRiZDIyODkwZDAwZDhlNw==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- MjYzMWU2NjMyMzkwNWJjNTRkZWVhMzhmOTRlYWJlNDA4MDJmNjU1N2NjN2E1
10
- NGM0MGVlYjllYzBhMTVjZTRlOTIyYjM3MGYyYjgzZGJlYTQ0ZTY3YjczYmNk
11
- NWE3Y2M5ZmMwMjg4Yzg3NTVlYWE1NmY2NjE1MzFkNjU5NzIxYjA=
12
- data.tar.gz: !binary |-
13
- MmUzMWY3MjczYzA4NTlkM2NlMWRjM2NlNzExMmY3NmY4YmYyN2M1MTE5Mjk5
14
- MTExNWQ0YTYzY2IwZDJkODUyZTE0NjEzZjZjNTlmOTM2ZmIxOGRmNDZhZGZi
15
- YjA2MGJlMzQzZjM0Nzk1M2ExN2M1OGI0M2IzMDVlNjgzZjk0MTU=
@@ -1,4 +0,0 @@
1
- # desc "Explaining what the task does"
2
- # task :hublot do
3
- # # Task goes here
4
- # end
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The page you were looking for doesn't exist (404)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/404.html -->
21
- <div class="dialog">
22
- <h1>The page you were looking for doesn't exist.</h1>
23
- <p>You may have mistyped the address or the page may have moved.</p>
24
- </div>
25
- </body>
26
- </html>
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The change you wanted was rejected (422)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/422.html -->
21
- <div class="dialog">
22
- <h1>The change you wanted was rejected.</h1>
23
- <p>Maybe you tried to change something you didn't have access to.</p>
24
- </div>
25
- </body>
26
- </html>
@@ -1,25 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>We're sorry, but something went wrong (500)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/500.html -->
21
- <div class="dialog">
22
- <h1>We're sorry, but something went wrong.</h1>
23
- </div>
24
- </body>
25
- </html>
File without changes
@@ -1,7 +0,0 @@
1
- # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
2
-
3
- one:
4
- body: MyText
5
-
6
- two:
7
- body: MyText
@@ -1,7 +0,0 @@
1
- require 'test_helper'
2
-
3
- class CommentTest < ActiveSupport::TestCase
4
- # test "the truth" do
5
- # assert true
6
- # end
7
- end
@@ -1,7 +0,0 @@
1
- require 'test_helper'
2
-
3
- class HublotTest < ActiveSupport::TestCase
4
- test "truth" do
5
- assert_kind_of Module, Hublot
6
- end
7
- end
@@ -1,15 +0,0 @@
1
- # Configure Rails Environment
2
- ENV["RAILS_ENV"] = "test"
3
-
4
- require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
- require "rails/test_help"
6
-
7
- Rails.backtrace_cleaner.remove_silencers!
8
-
9
- # Load support files
10
- Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
11
-
12
- # Load fixtures from the engine
13
- if ActiveSupport::TestCase.method_defined?(:fixture_path=)
14
- ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
15
- end