ama_css 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4049431f4842d1d2f496ee580ff9c50015905e95
4
- data.tar.gz: 96f1d9bed6c65d66d543856be34c69a16ca1e38c
3
+ metadata.gz: 65b5323450099c98985067425c97356c99954e10
4
+ data.tar.gz: 966b37f02e68b77811955c5faac3678a16fc5695
5
5
  SHA512:
6
- metadata.gz: 4f569f6cbece58d941ab86ad0344a0a5a51451ec152004ec7a223cfba379117edee01bf56c138039134566eef2e6ec41b1e396c6735b158dd1c2ee6570c24b04
7
- data.tar.gz: 03ab7912ad3d54eff0639dc844ba8ce28e3ddc0afa8baeafe751ab1a9ec64fb51f7841e6c808aeaf7839460e7524493bf2fbdddeb1b1d5b82a8a5c51001a0873
6
+ metadata.gz: f84697b378f42ca6b794bc96614884286350340c2916e686b71f3a77126b9b88c7053f30fee8e2d67462b87f817d9d6938386c2dabe3ed8174f219906cfe70a6
7
+ data.tar.gz: 5a87c3692fd93a651c5ddfed9845c1223fb8f0fc05a414c93773b7b0fa22dcedbf6be7d439f9ad14a34a79e396ad6cdb7d75b2bca40db5401c1a3ce64992dfe5
@@ -301,10 +301,10 @@ p.notice_notification:before { @include notification-icon('\263B'); }
301
301
  position:relative;
302
302
  }
303
303
  .card-front{
304
- background:url(asset-path("membership-cards/temporary/front.png")) no-repeat;
304
+ background:url(asset-path("membership-cards/front.png")) no-repeat;
305
305
  }
306
306
  .card-back{
307
- background:url(asset-path("membership-cards/temporary/back.png")) no-repeat;
307
+ background:url(asset-path("membership-cards/back.png")) no-repeat;
308
308
  }
309
309
  .card-hd{
310
310
  font-size:8px;
@@ -1,3 +1,3 @@
1
1
  module AmaCss
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ama_css
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darko Dosenovic
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2014-08-21 00:00:00.000000000 Z
16
+ date: 2014-08-25 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: bundler
@@ -103,6 +103,8 @@ files:
103
103
  - app/assets/images/foundation/lightbulb.png
104
104
  - app/assets/images/foundation/lightbulb_off.png
105
105
  - app/assets/images/foundation/lock.png
106
+ - app/assets/images/membership-cards/back.png
107
+ - app/assets/images/membership-cards/front.png
106
108
  - app/assets/javascripts/foundation/index.js
107
109
  - app/assets/stylesheets/foundation/_grid.settings.scss
108
110
  - app/assets/stylesheets/foundation/_variables.scss
@@ -117,8 +119,8 @@ files:
117
119
  - app/assets/stylesheets/foundation/layout/layout.scss
118
120
  - app/assets/stylesheets/foundation/modules/forms.scss
119
121
  - app/assets/stylesheets/foundation/modules/login.scss
120
- - app/assets/stylesheets/foundation/modules/module.css.scss
121
- - app/assets/stylesheets/foundation/modules/module.mobile.css.scss
122
+ - app/assets/stylesheets/foundation/modules/module.mobile.scss
123
+ - app/assets/stylesheets/foundation/modules/module.scss
122
124
  - app/assets/stylesheets/foundation/oauths.css.scss
123
125
  - app/assets/stylesheets/foundation/theme/theme.scss
124
126
  - lib/ama_css.rb
@@ -143,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
145
  version: '0'
144
146
  requirements: []
145
147
  rubyforge_project:
146
- rubygems_version: 2.4.1
148
+ rubygems_version: 2.2.0
147
149
  signing_key:
148
150
  specification_version: 4
149
151
  summary: "[\"CSS used by AMA apps\"]"