anypresence-icons 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6c8099a9bdf8d69d91b366ae8cedc2d01a98317
4
- data.tar.gz: f6d8b3b20e14c55c3ab8a988949487189abfe0ea
3
+ metadata.gz: fc29834d5ee476b7d061576a4485ef61a1eaba4c
4
+ data.tar.gz: cfc5cc6479e2d0090f8437e435beb7be5ddd3b21
5
5
  SHA512:
6
- metadata.gz: 70dc2c8b092712c68f6e66a3f1a9776f45ca901f39b3e7f8c5b7e17eaad0fc3aea34bfbaad949dd2a588eb332eae1d607c08b496940a822818acb04ab61b2713
7
- data.tar.gz: 83bb7427dd0ed821976b8ef1b02c3d208761b4b1c2f5ee2a2c0fd1bfb029fc497d600ee0854c030f85512f55781d79d8f6f8036de103444f72780838c662e570
6
+ metadata.gz: c421e4b582fb691ff757b5f711a9f8f5fe77e4da0ffad06010c976c3542b01dbf5668a83e2f3f656f65e500a2d77695d8a5d067f0216e7eb06e9b4d9a975105f
7
+ data.tar.gz: 849e9c52956d61a3eb1e8251311373424722cd16285220e8059aa598d4e2fc1e524dcf3f8fc37a7c76f09ad23d25c7f316a614b8419cac2520829a13a225016a
@@ -165,6 +165,10 @@
165
165
  +icons-28-sprite(datasource-scraper)
166
166
  .data-source-icon-28-odata
167
167
  +icons-28-sprite(datasource-odata)
168
+ .data-source-icon-28-http
169
+ +icons-28-sprite(datasource-http)
170
+ .data-source-icon-28-d2s-http
171
+ +icons-28-sprite(datasource-d2s-http)
168
172
 
169
173
  .data-source-icon-56-local
170
174
  +icons-56-sprite(database-anypresence)
@@ -194,6 +198,10 @@
194
198
  +icons-56-sprite(datasource-scraper)
195
199
  .data-source-icon-56-odata
196
200
  +icons-56-sprite(datasource-odata)
201
+ .data-source-icon-56-http
202
+ +icons-56-sprite(datasource-http)
203
+ .data-source-icon-56-d2s-http
204
+ +icons-56-sprite(datasource-d2s-http)
197
205
 
198
206
  .data-source-icon-96-local
199
207
  +icons-96-sprite(database-anypresence)
@@ -223,6 +231,10 @@
223
231
  +icons-96-sprite(datasource-scraper)
224
232
  .data-source-icon-96-odata
225
233
  +icons-96-sprite(datasource-odata)
234
+ .data-source-icon-96-http
235
+ +icons-96-sprite(datasource-http)
236
+ .data-source-icon-96-d2s-http
237
+ +icons-96-sprite(datasource-d2s-http)
226
238
 
227
239
  .extension-icon-28-push_notifications
228
240
  +icons-28-sprite(phone-notification)
@@ -1,5 +1,5 @@
1
1
  module AnyPresence
2
2
  module Icons
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anypresence-icons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Randall Morey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-29 00:00:00.000000000 Z
11
+ date: 2015-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -139,6 +139,8 @@ files:
139
139
  - app/assets/images/icons-28/database-postgresql.png
140
140
  - app/assets/images/icons-28/database-sql-server.png
141
141
  - app/assets/images/icons-28/database.png
142
+ - app/assets/images/icons-28/datasource-d2s-http.png
143
+ - app/assets/images/icons-28/datasource-http.png
142
144
  - app/assets/images/icons-28/datasource-odata.png
143
145
  - app/assets/images/icons-28/datasource-rest.png
144
146
  - app/assets/images/icons-28/datasource-scraper.png
@@ -219,6 +221,8 @@ files:
219
221
  - app/assets/images/icons-56/database-postgresql.png
220
222
  - app/assets/images/icons-56/database-sql-server.png
221
223
  - app/assets/images/icons-56/database.png
224
+ - app/assets/images/icons-56/datasource-d2s-http.png
225
+ - app/assets/images/icons-56/datasource-http.png
222
226
  - app/assets/images/icons-56/datasource-odata.png
223
227
  - app/assets/images/icons-56/datasource-rest.png
224
228
  - app/assets/images/icons-56/datasource-scraper.png
@@ -299,6 +303,8 @@ files:
299
303
  - app/assets/images/icons-96/database-postgresql.png
300
304
  - app/assets/images/icons-96/database-sql-server.png
301
305
  - app/assets/images/icons-96/database.png
306
+ - app/assets/images/icons-96/datasource-d2s-http.png
307
+ - app/assets/images/icons-96/datasource-http.png
302
308
  - app/assets/images/icons-96/datasource-odata.png
303
309
  - app/assets/images/icons-96/datasource-rest.png
304
310
  - app/assets/images/icons-96/datasource-scraper.png
@@ -371,7 +377,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
371
377
  version: '0'
372
378
  requirements: []
373
379
  rubyforge_project:
374
- rubygems_version: 2.2.2
380
+ rubygems_version: 2.4.5
375
381
  signing_key:
376
382
  specification_version: 4
377
383
  summary: Icons for AnyPresence products.