bastet 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/LICENSE +20 -0
  2. data/README.markdown +4 -0
  3. data/lib/bastet/version.rb +1 -1
  4. metadata +13 -12
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2011 Duncan Grazier
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Goddess associated with war, protection of Lower Egypt and the pharaoh, the sun, perfumes, ointments and embalming
4
4
 
5
+ ## Gemfile
6
+
7
+ gem "bastet", "~> 0.0.1"
8
+
5
9
  ## Configuration
6
10
 
7
11
  redis = Redis.new
@@ -1,3 +1,3 @@
1
1
  module Bastet
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bastet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-11-21 00:00:00.000000000 Z
12
+ date: 2011-11-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
16
- requirement: &70179606468520 !ruby/object:Gem::Requirement
16
+ requirement: &70170044063740 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 0.9.2.2
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70179606468520
24
+ version_requirements: *70170044063740
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &70179606468000 !ruby/object:Gem::Requirement
27
+ requirement: &70170044062960 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 2.7.0
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70179606468000
35
+ version_requirements: *70170044062960
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: mocha
38
- requirement: &70179606467440 !ruby/object:Gem::Requirement
38
+ requirement: &70170044061900 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 0.10.0
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70179606467440
46
+ version_requirements: *70170044061900
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: redis
49
- requirement: &70179606466900 !ruby/object:Gem::Requirement
49
+ requirement: &70170044061420 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ~>
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: 2.2.2
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *70179606466900
57
+ version_requirements: *70170044061420
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: simplecov
60
- requirement: &70179606466340 !ruby/object:Gem::Requirement
60
+ requirement: &70170044060960 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ! '>='
@@ -65,7 +65,7 @@ dependencies:
65
65
  version: '0'
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *70179606466340
68
+ version_requirements: *70170044060960
69
69
  description: Simple feature rollout for users, and groups
70
70
  email:
71
71
  - itsmeduncan@gmail.com
@@ -78,6 +78,7 @@ files:
78
78
  - .rvmrc
79
79
  - .travis.yml
80
80
  - Gemfile
81
+ - LICENSE
81
82
  - README.markdown
82
83
  - Rakefile
83
84
  - bastet.gemspec