snusnu-dm-is-localizable 0.0.8 → 0.0.9

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.
data/README.textile CHANGED
@@ -25,7 +25,7 @@ h4. Disadvantages (not really if you think about it)
25
25
 
26
26
  h3. Example definition of a localized model
27
27
 
28
- Currently, you need to define a @Language@ model yourself, to get @dm-is-localizable@ started.
28
+ Currently, you need to define a @Language@ model yourself, to get @dm-is-localizable@ started. However, this is reasonably easy! If you do a @rake install@ after you cloned the repo (I guess it won't work if you do a simple @gem install@), it will print out the code for language.rb and will tell you where to put it.
29
29
 
30
30
  <pre>
31
31
  <code>
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.8
1
+ 0.0.9
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{dm-is-localizable}
5
- s.version = "0.0.8"
5
+ s.version = "0.0.9"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Martin Gamsjaeger (snusnu)"]
9
- s.date = %q{2009-05-18}
9
+ s.date = %q{2009-05-19}
10
10
  s.email = %q{gamsnjaga@gmail.com}
11
11
  s.extra_rdoc_files = [
12
12
  "LICENSE",
@@ -22,9 +22,6 @@ Gem::Specification.new do |s|
22
22
  "TODO",
23
23
  "VERSION",
24
24
  "dm-is-localizable.gemspec",
25
- "features/dm-is-localizable.feature",
26
- "features/step_definitions/dm-is-localizable_steps.rb",
27
- "features/support/env.rb",
28
25
  "lib/dm-is-localizable.rb",
29
26
  "lib/dm-is-localizable/is/localizable.rb",
30
27
  "lib/dm-is-localizable/storage/language.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snusnu-dm-is-localizable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Gamsjaeger (snusnu)
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-18 00:00:00 -07:00
12
+ date: 2009-05-19 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -61,9 +61,6 @@ files:
61
61
  - TODO
62
62
  - VERSION
63
63
  - dm-is-localizable.gemspec
64
- - features/dm-is-localizable.feature
65
- - features/step_definitions/dm-is-localizable_steps.rb
66
- - features/support/env.rb
67
64
  - lib/dm-is-localizable.rb
68
65
  - lib/dm-is-localizable/is/localizable.rb
69
66
  - lib/dm-is-localizable/storage/language.rb
@@ -1,9 +0,0 @@
1
- Feature: something something
2
- In order to something something
3
- A user something something
4
- something something something
5
-
6
- Scenario: something something
7
- Given inspiration
8
- When I create a sweet new gem
9
- Then everyone should see how awesome I am
File without changes
@@ -1,4 +0,0 @@
1
- $LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib')
2
- require 'dm-is-localizable'
3
-
4
- require 'spec/expectations'