raisin 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b3878cbd61503984b0b018f8d6cff02f14ff59b
4
- data.tar.gz: d9f5b25e36940ffc6527b60d72a691310d51ee5e
3
+ metadata.gz: 2d195baee2218b667c7f0187e314ac011e5cee37
4
+ data.tar.gz: 8d426a2388b4339397edc65983452895ddf7257b
5
5
  SHA512:
6
- metadata.gz: 8cf72509e66b0dbc41fd4bb498c1bc066cc3d88864832a752c29db21630f2c84fcc7eab83234bf3342e67eb1cbb7f2f14d02c12ca1955690147f0a43a9406d97
7
- data.tar.gz: 48bfaca74a995b61a8baaa1fbda7b7018508c2ed47affd110895bc2e8d134ebeac6e55617717d2f288eee6ac40678cb9a9e5b1a5dd40ac7664ac3575206cd9fd
6
+ metadata.gz: 7b9662a67807ecea610dffc1a88b0044a6cdab7b76535b8c2a686453e012681610ed3772b39e6f3c1cfa3eeab5f57ae96e8c9b49d4c96ad1ae3990d24b83d4e2
7
+ data.tar.gz: 5bc3e5141b99a9a8237ea660a79bbdb367055e2eb527ad06410825f95112163fb455b406d5d9fd0bf910b7a594595896820b58c3d54b35147cc49bb2e955ea05
@@ -1,5 +1,7 @@
1
1
  module Raisin
2
2
  module Routing
3
+ ALL_VERSIONS = 'all'
4
+
3
5
  class VersionConstraint
4
6
  def initialize(version, is_default)
5
7
  @version = version
@@ -1,3 +1,3 @@
1
1
  module Raisin
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raisin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ccocchi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-23 00:00:00.000000000 Z
11
+ date: 2013-04-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: An opiniated micro-framework to easily build elegant API on top of Rails
14
14
  email: