rakuna 0.7.1 → 0.7.2

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: 2d3d97ac4a17bf524d9c188b1919edda000d58ce
4
- data.tar.gz: 15cf94e517a45aedc23890ca2643de134b235583
3
+ metadata.gz: 9fe7a8162e72e0a25ebabc6e1b41f54b29681f51
4
+ data.tar.gz: b6aca2b0f97f0f067bdabafff6b55739afec2635
5
5
  SHA512:
6
- metadata.gz: a32a3ffe1839e6dcf8a2dc3c4e5e3784ebd090f4b65e86150fb098f7aaf8782e102ba33c60067876d1209544e4d6e4074fd1e71dcac377d58ffc6d7a8a4823a8
7
- data.tar.gz: c9642a58902e62cc89e8a3bdecb8aab4c9cde3f8099d999d0ff8762c6b5a13b0d0b107d96655fba2a6c077bf521926d51e9c1a4c28b736deca33271b0c417aa1
6
+ metadata.gz: 27f75f6e334f212846468426cad78a6820177f3936867a8417a1dc922eaf794226c96299694a6088d6a4faf1b2d99fda0b8696bc7edae104a3b3470f2ce550c9
7
+ data.tar.gz: 75c98b4c53819e208f84f3cee2884b80277d094dce10a2f2b7a9003ea735af761db5829f253820612621a1556beaf00348cfd6c6648efd8e1c19c7fdc2440ad5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.1
1
+ 0.7.2
@@ -3,7 +3,7 @@ require 'webmachine/resource'
3
3
  module Rakuna
4
4
  module Resource
5
5
  # Action Resources perform tasks.
6
- class Action < Webmacine::Resource
6
+ class Action < Webmachine::Resource
7
7
  def allowed_methods
8
8
  %w(POST)
9
9
  end
data/rakuna.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: rakuna 0.7.1 ruby lib
5
+ # stub: rakuna 0.7.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "rakuna"
9
- s.version = "0.7.1"
9
+ s.version = "0.7.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rakuna
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Olstrom