phenomenal 0.11.11.24.3 → 0.11.11.24.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "phenomenal"
3
3
  s.summary = "A context oriented programing framework for ruby"
4
- s.description = File.read(File.join(File.dirname(__FILE__),'README'))
5
- s.version = "0.11.11.24.3"
4
+ s.description = "A context oriented programing framework for ruby"
5
+ s.version = "0.11.11.24.4"
6
6
  s.authors = "Loic Vigneron - Thibault Poncelet"
7
7
  s.email = "thibault.poncelet@student.uclouvain.be - loic.vigneron@student.uclouvain.be"
8
- s.date = "2011-10-07"
8
+ s.date = "2011-11-24"
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.required_ruby_version = '>=1.9.2'
11
11
  s.files = Dir['**/**']
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: phenomenal
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.11.11.24.3
5
+ version: 0.11.11.24.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Loic Vigneron - Thibault Poncelet
@@ -10,15 +10,10 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-10-07 00:00:00 Z
13
+ date: 2011-11-24 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
- description: |
17
- Build gem command:
18
- gem build phenomenal.gemspec
19
- Test gem command:
20
- rake test
21
-
16
+ description: A context oriented programing framework for ruby
22
17
  email: thibault.poncelet@student.uclouvain.be - loic.vigneron@student.uclouvain.be
23
18
  executables: []
24
19
 
@@ -34,6 +29,7 @@ files:
34
29
  - test/test_cop_adaptation.rb
35
30
  - README
36
31
  - phenomenal.gemspec
32
+ - phenomenal-0.11.11.24.3.gem
37
33
  - LICENSE
38
34
  - test_declaration.rb
39
35
  - demo_dsl.rb