rails-sprite 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-sprite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - happy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-09 00:00:00.000000000 Z
11
+ date: 2017-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -98,10 +98,8 @@ files:
98
98
  - test/dummy/config/locales/en.yml
99
99
  - test/dummy/config/routes.rb
100
100
  - test/dummy/config/secrets.yml
101
- - test/dummy/db/development.sqlite3
102
101
  - test/dummy/db/schema.rb
103
102
  - test/dummy/db/test.sqlite3
104
- - test/dummy/log/development.log
105
103
  - test/dummy/log/test.log
106
104
  - test/dummy/public/404.html
107
105
  - test/dummy/public/422.html
@@ -139,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
137
  version: '0'
140
138
  requirements: []
141
139
  rubyforge_project:
142
- rubygems_version: 2.4.5
140
+ rubygems_version: 2.6.14
143
141
  signing_key:
144
142
  specification_version: 4
145
143
  summary: Rails CSS Sprite Utils.
@@ -172,10 +170,8 @@ test_files:
172
170
  - test/dummy/config/routes.rb
173
171
  - test/dummy/config/secrets.yml
174
172
  - test/dummy/config.ru
175
- - test/dummy/db/development.sqlite3
176
173
  - test/dummy/db/schema.rb
177
174
  - test/dummy/db/test.sqlite3
178
- - test/dummy/log/development.log
179
175
  - test/dummy/log/test.log
180
176
  - test/dummy/public/404.html
181
177
  - test/dummy/public/422.html
Binary file
@@ -1,4 +0,0 @@
1
-  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2
-  (0.1ms) select sqlite_version(*)
3
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"