barthes 0.0.21 → 0.0.22

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.
Files changed (3) hide show
  1. data/Rakefile +1 -0
  2. data/lib/barthes/version.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -11,6 +11,7 @@ end
11
11
  EOF
12
12
  end
13
13
  system "git add lib/barthes/version.rb"
14
+ system "git tag v#{version} -m v#{version}"
14
15
  system "git commit -m 'version up to #{version}'"
15
16
  system "git push origin master"
16
17
  system "git push --tags"
@@ -1,3 +1,3 @@
1
1
  module Barthes
2
- VERSION = "0.0.21"
2
+ VERSION = "0.0.22"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barthes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.21
4
+ version: 0.0.22
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -231,7 +231,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
231
231
  version: '0'
232
232
  segments:
233
233
  - 0
234
- hash: 108996815526994479
234
+ hash: 1817966568937043709
235
235
  required_rubygems_version: !ruby/object:Gem::Requirement
236
236
  none: false
237
237
  requirements:
@@ -240,7 +240,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
240
240
  version: '0'
241
241
  segments:
242
242
  - 0
243
- hash: 108996815526994479
243
+ hash: 1817966568937043709
244
244
  requirements: []
245
245
  rubyforge_project:
246
246
  rubygems_version: 1.8.24