RubyGems
npm
Organizations
Log in
Sign up
RubyGems
fixjour
Versions diffs
0.4.2 → 0.5.0
fixjour 0.4.2 → 0.5.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/fixjour.rb
+3
-0
metadata
+3
-3
data/lib/fixjour.rb
CHANGED
@@ -15,6 +15,9 @@ require 'fixjour/builder'
15
15
require 'fixjour/builders'
16
16
require 'fixjour/deprecation'
17
17
18
+
# Syntactic Sugar
19
+
require 'fixjour/define'
20
+
18
21
# This method is just for prettiness
19
22
def Fixjour(options={}, &block)
20
23
return Fixjour unless block_given?
metadata
CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
prerelease: false
5
5
segments:
6
6
- 0
7
-
-
4
8
-
-
2
9
-
version: 0.
4
.
2
7
+
-
5
8
+
-
0
9
+
version: 0.
5
.
0
10
10
platform: ruby
11
11
authors:
12
12
- Pat Nakajima