Pickaxe 0.2.0 → 0.2.1

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/Gemfile +6 -0
  2. data/lib/pickaxe.rb +1 -1
  3. metadata +5 -3
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ # A Gemfile for Pickaxe
2
+ source "http://rubygems.org"
3
+
4
+ gem 'activesupport', :require => 'active_support/all'
5
+ gem 'i18n'
6
+
data/lib/pickaxe.rb CHANGED
@@ -6,7 +6,7 @@ Bundler.setup(:default)
6
6
  require 'active_support/all'
7
7
 
8
8
  module Pickaxe
9
- VERSION = "0.2.0"
9
+ VERSION = "0.2.1"
10
10
 
11
11
  class PickaxeError < StandardError
12
12
  attr_reader :status_code
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Pickaxe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dawid Fatyga
@@ -73,6 +73,7 @@ extensions: []
73
73
 
74
74
  extra_rdoc_files:
75
75
  - README.markdown
76
+ - Gemfile
76
77
  files:
77
78
  - lib/pickaxe.rb
78
79
  - lib/pickaxe/test.rb
@@ -82,6 +83,7 @@ files:
82
83
  - lib/pickaxe/main.rb
83
84
  - bin/pickaxe
84
85
  - README.markdown
86
+ - Gemfile
85
87
  has_rdoc: true
86
88
  homepage: https://github.com/dejw/pickaxe
87
89
  licenses: []