office-ui-fabric-rails 4.0.0.0 → 4.0.0.2

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: 11262e35b95abe3e0a9fcdb1fc613d178786675f
4
- data.tar.gz: 4994044edcbf1f1510de137564cf8a358b62e93e
3
+ metadata.gz: da6d36acb9da2d4fadd73554ea2f79b9790f56eb
4
+ data.tar.gz: 1b30b16d00d2cff2fbcbdf4de48ee091c4de18ab
5
5
  SHA512:
6
- metadata.gz: 780adcc9d550e18e6de7b72e8195da4aa2a7f099d2bbf3c2dd09533517e1350a7324c7fe40ae595b391b793aa4f459df6f303c68676d4b772757a3632750b8c4
7
- data.tar.gz: dc9b5163d5f5e0ecb5ae24f1aaabc2f2054265a22e0b0c1a41ded5d664c386822c6c6f57fd97a4436bc272238d8bfe484f270b7d01eb354c4e3ca0cc4156b9ca
6
+ metadata.gz: 7a666d7bc2eed85da110f8c5ce291bceff32720b33231233465129d0a7edcb927cd0f05bcd3b5783a14d186411781bc01d8c3ab81bc6f499c3fa0b586f82b6f5
7
+ data.tar.gz: 0337230ee1c7cac97a6cd0d6db0cc1814c2f781b701a13131939cd11be951f57fc57326d9af7483fa09be935c59254f42ce48ed7a27049e75c66f490b575544b
data/README.md CHANGED
@@ -4,6 +4,18 @@
4
4
 
5
5
  office-ui-fabric-rails integrates the [Office UI Fabric](https://github.com/OfficeDev/Office-UI-Fabric) framework from Microsoft into the Rails Asset Pipeline
6
6
 
7
+ ## IMPORTANT INFORMATION
8
+
9
+ As a result of a recent change by Microsoft to split the Office UI Fabric framework into two projects for Core and JS. I have made the decision to split the gem in two - this gem will get no further updates and you should instead use:
10
+
11
+ [office-ui-fabric-core-rails](https://github.com/craigplummer/office-ui-fabric-core-rails) for the [Office UI Fabric Core](https://github.com/OfficeDev/office-ui-fabric-core) framework.
12
+
13
+ and
14
+
15
+ [office-ui-fabric-js-rails](https://github.com/craigplummer/office-ui-fabric-js-rails) for the [Office UI Fabric JS](https://github.com/OfficeDev/office-ui-fabric-js) framework which includes the [Fabric components](http://dev.office.com/fabric/components).
16
+
17
+ You won't need to make any changes to the includes within your CSS/SASS or JS files after switching to these gems and you will continue to get the latest updates to the framework.
18
+
7
19
  ## Installation
8
20
 
9
21
  Add this line to your application's Gemfile:
@@ -68,5 +80,3 @@ For issues with Office UI Fabric itself please use https://github.com/OfficeDev/
68
80
  ## License
69
81
 
70
82
  The [Office UI Fabric](https://github.com/OfficeDev/Office-UI-Fabric) framework and the rest of the office-ui-fabric-rails project are licenced under the [MIT License](https://opensource.org/licenses/mit-license.html)
71
-
72
-
@@ -2,6 +2,6 @@ module OfficeUiFabric
2
2
  module Rails
3
3
  FABRIC_CORE_VERSION = "4.0.0"
4
4
  FABRIC_JS_VERSION = "3.0.0-beta2"
5
- VERSION = "4.0.0.0"
5
+ VERSION = "4.0.0.2"
6
6
  end
7
7
  end
@@ -25,11 +25,23 @@ Gem::Specification.new do |spec|
25
25
  spec.bindir = "exe"
26
26
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
27
  spec.require_paths = ["lib"]
28
-
28
+
29
29
  spec.add_dependency "railties", [">= 3.1.0"]
30
30
 
31
31
  spec.add_development_dependency "bundler", "~> 1.12"
32
32
  spec.add_development_dependency "rake", "~> 10.0"
33
33
  spec.add_development_dependency "rspec", "~> 3.0"
34
34
  spec.add_development_dependency "rails"
35
+
36
+ spec.post_install_message = %q{
37
+ *** IMPORTANT CHANGE to office-ui-fabric-rails ***
38
+
39
+ Microsoft have now split the Office UI Fabric framework into two projects - Core and JS.
40
+
41
+ This gem will receive no further updates and you should instead use office-ui-fabric-core-rails
42
+ for the Core framework and office-ui-fabric-js-rails for the JS framework
43
+
44
+ Any currently included CSS/SASS and JS can remain the same after switching to these gems.
45
+
46
+ }
35
47
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: office-ui-fabric-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.0
4
+ version: 4.0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Craig Plummer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-24 00:00:00.000000000 Z
11
+ date: 2016-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -151,7 +151,17 @@ licenses:
151
151
  - MIT
152
152
  metadata:
153
153
  allowed_push_host: https://rubygems.org
154
- post_install_message:
154
+ post_install_message: |2+
155
+
156
+ *** IMPORTANT CHANGE to office-ui-fabric-rails ***
157
+
158
+ Microsoft have now split the Office UI Fabric framework into two projects - Core and JS.
159
+
160
+ This gem will receive no further updates and you should instead use office-ui-fabric-core-rails
161
+ for the Core framework and office-ui-fabric-js-rails for the JS framework
162
+
163
+ Any currently included CSS/SASS and JS can remain the same after switching to these gems.
164
+
155
165
  rdoc_options: []
156
166
  require_paths:
157
167
  - lib