feast_fast 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,10 @@ module FeastFast
20
20
  @text
21
21
  end
22
22
 
23
+ def == fast
24
+ self.status == fast.status && self.text == fast.text
25
+ end
26
+
23
27
  private
24
28
 
25
29
  def get_text(hsh_text)
@@ -1,3 +1,3 @@
1
1
  module FeastFast
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,25 +1,33 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: feast_fast
3
- version: !ruby/object:Gem::Version
4
- version: 0.2.0
3
+ version: !ruby/object:Gem::Version
4
+ hash: 21
5
5
  prerelease:
6
+ segments:
7
+ - 0
8
+ - 2
9
+ - 1
10
+ version: 0.2.1
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - ilzoff
9
14
  autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
- date: 2012-06-09 00:00:00.000000000 Z
17
+
18
+ date: 2012-06-17 00:00:00 Z
13
19
  dependencies: []
14
- description: Feasts and Fasts of Eastern Orthodox Church hardcoded and calculated
15
- based on easter.
16
- email:
20
+
21
+ description: Feasts and Fasts of Eastern Orthodox Church hardcoded and calculated based on easter.
22
+ email:
17
23
  - il.zoff@gmail.com
18
- executables:
24
+ executables:
19
25
  - feast_fast
20
26
  extensions: []
27
+
21
28
  extra_rdoc_files: []
22
- files:
29
+
30
+ files:
23
31
  - .gitignore
24
32
  - Gemfile
25
33
  - LICENSE
@@ -35,28 +43,37 @@ files:
35
43
  - lib/feast_fast/feast.rb
36
44
  - lib/feast_fast/version.rb
37
45
  homepage: https://github.com/ilzoff/feast_fast
38
- licenses:
46
+ licenses:
39
47
  - MIT
40
48
  post_install_message:
41
49
  rdoc_options: []
42
- require_paths:
50
+
51
+ require_paths:
43
52
  - lib
44
- required_ruby_version: !ruby/object:Gem::Requirement
53
+ required_ruby_version: !ruby/object:Gem::Requirement
45
54
  none: false
46
- requirements:
47
- - - ! '>='
48
- - !ruby/object:Gem::Version
49
- version: '0'
50
- required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ hash: 3
59
+ segments:
60
+ - 0
61
+ version: "0"
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
63
  none: false
52
- requirements:
53
- - - ! '>='
54
- - !ruby/object:Gem::Version
55
- version: '0'
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ hash: 3
68
+ segments:
69
+ - 0
70
+ version: "0"
56
71
  requirements: []
72
+
57
73
  rubyforge_project:
58
74
  rubygems_version: 1.8.24
59
75
  signing_key:
60
76
  specification_version: 3
61
77
  summary: Feasts and Fasts of Eastern Orthodox Church hardcoded and calculated
62
78
  test_files: []
79
+