significance 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Significance
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -3,7 +3,7 @@ require File.expand_path('../boot', __FILE__)
3
3
  require 'rails/all'
4
4
 
5
5
  Bundler.require
6
- require "feedbaq"
6
+ require "significance"
7
7
 
8
8
  module Dummy
9
9
  class Application < Rails::Application
Binary file
@@ -0,0 +1,16 @@
1
+ # encoding: UTF-8
2
+ # This file is auto-generated from the current state of the database. Instead
3
+ # of editing this file, please use the migrations feature of Active Record to
4
+ # incrementally modify your database, and then regenerate this schema definition.
5
+ #
6
+ # Note that this schema.rb definition is the authoritative source for your
7
+ # database schema. If you need to create the application database on another
8
+ # system, you should be using db:schema:load, not running all the migrations
9
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
11
+ #
12
+ # It's strongly recommended to check this file into your version control system.
13
+
14
+ ActiveRecord::Schema.define(:version => 0) do
15
+
16
+ end
@@ -0,0 +1,13 @@
1
+  (0.1ms) select sqlite_version(*)
2
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
3
+  (0.0ms) PRAGMA index_list("schema_migrations")
4
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
+  (0.2ms) select sqlite_version(*)
6
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
8
+  (0.0ms) select sqlite_version(*)
9
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
10
+  (0.0ms) PRAGMA index_list("schema_migrations")
11
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
12
+  (0.0ms) SELECT version FROM "schema_migrations"
13
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: significance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,9 +11,20 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2011-11-16 00:00:00.000000000Z
13
13
  dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rails
16
+ requirement: &70257217710720 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: 3.1.1
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: *70257217710720
14
25
  - !ruby/object:Gem::Dependency
15
26
  name: activesupport
16
- requirement: &70320640024800 !ruby/object:Gem::Requirement
27
+ requirement: &70257217709540 !ruby/object:Gem::Requirement
17
28
  none: false
18
29
  requirements:
19
30
  - - ~>
@@ -21,7 +32,18 @@ dependencies:
21
32
  version: 3.1.1
22
33
  type: :runtime
23
34
  prerelease: false
24
- version_requirements: *70320640024800
35
+ version_requirements: *70257217709540
36
+ - !ruby/object:Gem::Dependency
37
+ name: sqlite3
38
+ requirement: &70257217708660 !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ type: :development
45
+ prerelease: false
46
+ version_requirements: *70257217708660
25
47
  description: Similar in behavior to Object#presence defined in ActiveSupport, Significance
26
48
  is a state which determines not just the blank-ness of an object but whether or
27
49
  not the non-blank object has any real-world value.
@@ -64,7 +86,10 @@ files:
64
86
  - test/dummy/config/locales/en.yml
65
87
  - test/dummy/config/routes.rb
66
88
  - test/dummy/config.ru
89
+ - test/dummy/db/development.sqlite3
90
+ - test/dummy/db/schema.rb
67
91
  - test/dummy/db/test.sqlite3
92
+ - test/dummy/log/development.log
68
93
  - test/dummy/log/test.log
69
94
  - test/dummy/public/404.html
70
95
  - test/dummy/public/422.html
@@ -122,7 +147,10 @@ test_files:
122
147
  - test/dummy/config/locales/en.yml
123
148
  - test/dummy/config/routes.rb
124
149
  - test/dummy/config.ru
150
+ - test/dummy/db/development.sqlite3
151
+ - test/dummy/db/schema.rb
125
152
  - test/dummy/db/test.sqlite3
153
+ - test/dummy/log/development.log
126
154
  - test/dummy/log/test.log
127
155
  - test/dummy/public/404.html
128
156
  - test/dummy/public/422.html