provider_taxonomy 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/lib/provider_taxonomy/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58096fdfefc7baa7d84e2f6513ec5b8bbe3a6d2d
|
4
|
+
data.tar.gz: e32de66693bd425c4402e3815009af1dab8e73c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 047084e29ad7584a5287a2221ec775d2d06d1e1d3748a9122a9b2f37d2a39c703a77a7541f9214bb662969afb38cf562811d46eea24ff5d93ac15ece701af343
|
7
|
+
data.tar.gz: 2867e3c8a8bd3396b34d4fd271403dfb07395c8ddbdd924020b62a585d18eff5d9cbb0336f12a2cd9f6c73bfcae6d632fefe2866496032705b081c1107149a94
|
data/README.md
CHANGED
@@ -34,5 +34,11 @@ class Specialty < TaxonomyItem
|
|
34
34
|
end
|
35
35
|
```
|
36
36
|
|
37
|
+
You may also wish to add the following to `db/seeds.rb`:
|
38
|
+
|
39
|
+
```ruby
|
40
|
+
Rake::Task['provider_taxonomy:import'].invoke
|
41
|
+
```
|
42
|
+
|
37
43
|
## License
|
38
44
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|