xpm 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/xpm/version.rb +1 -1
  3. data/lib/xpm/xp.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24e4b4deb327fb6d2d40e6e2ea9832a8167d1104
4
- data.tar.gz: bad9299dbc01bfa3d5f8ab1894f2f9ea0659842c
3
+ metadata.gz: 894827905da4f0f030ea5d4d91a51bdb835ba666
4
+ data.tar.gz: 46b5b0c7172f6705a1ba809058d1e0e1341022a2
5
5
  SHA512:
6
- metadata.gz: 5e21c8fea58834f092beb533e04cd0825555ce77653217838720b19e25a9b2a088879ea70089cf0d4b1bb39aaf1492421a198055a95d6f9488c1a45b69ccb6da
7
- data.tar.gz: ad252c909a4e086c7ba207848d724d3c92204f151ea08153eee397129437952ecf6dfae936d04ddf95617295aeaec7360388ec59afd98ccdbf03d5528d1fa1d9
6
+ metadata.gz: a3dbbb6367e3838255c97e945116cfb2b54d28463a0d83ae39dcdaf41469028ef46c840e4d697790beb89ecac72cdb32aed8815c23de2d615b3d3b0fe75bb373
7
+ data.tar.gz: c1eb3617b4fa78699610d1d436a8c8c390d8bc8278443c279dfabed6909426b199d5a5232d66223d547a75a4b5eb78ada7f2fbc47a17bd52746ec6f052d6bbd9
data/lib/xpm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Xpm
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/xpm/xp.rb CHANGED
@@ -63,7 +63,7 @@ module XPM
63
63
  # TODO hook postinstall (@depmanager.postinstall)
64
64
  # for now loop over bower_components/* and export
65
65
  # files to ./exports/<module name>/.
66
- mpath = "bower_components"
66
+ mpath = "xpm_modules"
67
67
  bowers = Dir.glob("#{mpath}/*");
68
68
 
69
69
  # TODO rescue
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xpm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - msimonin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-13 00:00:00.000000000 Z
11
+ date: 2014-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor