zotplus-rakehelper 0.0.61 → 0.0.62

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: 69dffdb27dbd8f7fdb2a30f9b5e5a5073a2d958c
4
- data.tar.gz: f20a6887dbc5b612fefc1bc878ff25f4b74214f7
3
+ metadata.gz: b838c201578455e0d5498eb31b84c456b352463e
4
+ data.tar.gz: 1893d3d0574151855171477f9e360bb1b9ff7eb5
5
5
  SHA512:
6
- metadata.gz: 117cabc4b5bcd54b2e6f2ec8cd24cd6aebdb2e41e6baac1a10a199764b0fc791816b9a8e5b571ffb0eb4c34332a1291984e86bacda982c1dada7e513466550f5
7
- data.tar.gz: fbc5b1fed57a03c08d596b7aacb7febbe28ffe0d6bc5053add7f4b635fe3c5b5d26c022cdc76d3aba3ac0c93fda4f4e62b0d8f9c022443988bad4a9400c91cb5
6
+ metadata.gz: cd729d09e5ae4887a4346f1d5772272c8fd3a65321c48b84bfad597d9fc617700dab47baabd0d604900a8cbda6fa20f8fca68cc78818388e1807d35c398696df
7
+ data.tar.gz: 2782720c3864907eb1431c68ced2560619bdcbb9bcd7644c6079f4b319bcecc3de2553553720087f8221dc275fbcce80b97db3a816ee3f7d4bf346adcfff296e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zotplus-rakehelper (0.0.61)
4
+ zotplus-rakehelper (0.0.62)
5
5
  nokogiri
6
6
  rake
7
7
  rickshaw
@@ -1,5 +1,5 @@
1
1
  module ZotPlus
2
2
  class RakeHelper
3
- VERSION = "0.0.61"
3
+ VERSION = "0.0.62"
4
4
  end
5
5
  end
@@ -64,19 +64,10 @@ task :bump, :what do |t, args|
64
64
  end
65
65
  release = release.collect{|n| n.to_s}.join('.')
66
66
 
67
- open("www/_includes/#{EXTENSION}-version.html", 'w'){|f| f.write(release) }
68
- sh "cd www; git pull; git add _includes; git commit -m '#{EXTENSION} #{RELEASE}'; git push"
69
-
70
67
  install_rdf = Nokogiri::XML(File.open('install.rdf'))
71
68
  install_rdf.at('//em:version').content = release
72
69
  install_rdf.at('//em:updateURL').content = "https://zotplus.github.io/#{EXTENSION}/update.rdf"
73
70
  File.open('install.rdf','w') {|f| install_rdf.write_xml_to f}
74
- sh "rake"
75
- sh "rake README.md"
76
- sh "git add README.md install.rdf"
77
- system "git commit -am #{RELEASE}"
78
- system "git tag #{RELEASE}"
79
- puts "Release set to #{release}."
80
71
  end
81
72
 
82
73
  task :publish => [XPI, UPDATE_RDF] do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zotplus-rakehelper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.61
4
+ version: 0.0.62
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emiliano Heyns