Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grains
grains-web
Commits
f7247b57
Commit
f7247b57
authored
May 17, 2017
by
Jens-Christian Fischer
Browse files
only one type for testing
parent
43818f8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/grains/type.ex
View file @
f7247b57
defmodule
Grains
.
Type
do
@nr_types
4
@nr_types
1
def
select_type
(
uuid
)
do
{
i
,
_
}
=
Integer
.
parse
(
uuid
,
16
)
...
...
mix.exs
View file @
f7247b57
...
...
@@ -3,7 +3,7 @@ defmodule Grains.Mixfile do
def
project
do
[
app:
:grains
,
version:
"0.0.6
6
"
,
version:
"0.0.6
7
"
,
elixir:
"~> 1.2"
,
elixirc_paths:
elixirc_paths
(
Mix
.
env
),
compilers:
[
:phoenix
,
:gettext
]
++
Mix
.
compilers
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment